We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d48a0 commit 5c73d6cCopy full SHA for 5c73d6c
requirements/install_all.sh
@@ -1,7 +1,7 @@
1
# please use python=3.10, cuda12.*
2
# sh requirements/install_all.sh
3
pip install "vllm>=0.5.1" -U
4
-pip install "lmdeploy>=0.5,<0.7" -U --no-deps
+pip install "lmdeploy>=0.5,<0.6.5" -U --no-deps
5
pip install autoawq -U --no-deps
6
pip install auto_gptq optimum bitsandbytes -U
7
pip install git+https://github.com/modelscope/ms-swift.git#egg=ms-swift[all]
0 commit comments