Skip to content

Commit 5c73d6c

Browse files
committed
fix install_all.sh
1 parent f2d48a0 commit 5c73d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/install_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# please use python=3.10, cuda12.*
22
# sh requirements/install_all.sh
33
pip install "vllm>=0.5.1" -U
4-
pip install "lmdeploy>=0.5,<0.7" -U --no-deps
4+
pip install "lmdeploy>=0.5,<0.6.5" -U --no-deps
55
pip install autoawq -U --no-deps
66
pip install auto_gptq optimum bitsandbytes -U
77
pip install git+https://github.com/modelscope/ms-swift.git#egg=ms-swift[all]

0 commit comments

Comments
 (0)