vllm: use python 3.12 temporarily

This commit is contained in:
Tom Jankauski
2025-06-21 09:47:10 -07:00
parent 4fab5e9fe9
commit dc86320b38
+3 -1
View File
@@ -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";