Commit 17a50f14 authored by Someone Serge's avatar Someone Serge
Browse files

python312Packages.vllm: unbreak in vanilla nixpkgs (default to rocm)

parent b9344b4e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,7 +41,8 @@
  cudaSupport ? config.cudaSupport,
  cudaPackages ? { },

  rocmSupport ? config.rocmSupport,
  # Has to be either rocm or cuda, default to the free one
  rocmSupport ? !config.cudaSupport,
  rocmPackages ? { },
  gpuTargets ? [ ],
}@args: