Commit dc86320b authored by Tom Jankauski's avatar Tom Jankauski
Browse files

vllm: use python 3.12 temporarily

parent 4fab5e9f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9724,7 +9724,9 @@ with pkgs;
    hdf5 = hdf5.override { usev110Api = true; };
  };
  vllm = with python3Packages; toPythonApplication vllm;
  # Temporarily use python 3.12
  # See: https://github.com/vllm-project/vllm/issues/12083
  vllm = with python312Packages; toPythonApplication vllm;
  vte-gtk4 = vte.override {
    gtkVersion = "4";