Skip to content

Commit

Permalink
升级vllm==0.6.4.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
shell-nlp committed Nov 18, 2024
1 parent 227ec36 commit 214a291
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 94 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ dependencies = [
"infinity-emb[all]==0.0.53",
"lmdeploy @ git+https://gitee.com/liuyu_1997/lmdeploy.git",
"loguru>=0.7.2",
"openai==1.44.0",
"openai==1.45.0",
"setuptools==75.2.0",
"streamlit==1.39.0",
"torch==2.4.0",
"torchvision==0.19",
"torch==2.5.1",
"torchvision==0.20.1",
"transformers==4.45.2",
"vllm==0.6.3",
"qwen_vl_utils"
"vllm==0.6.4.post1",
"qwen_vl_utils",
]


Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
setuptools==75.2.0
torch==2.4.0
torchvision==0.19
torch==2.5.1
torchvision==0.20.1
fschat==0.2.36
transformers==4.45.2
accelerate
vllm==0.6.3
vllm==0.6.4.post1
git+https://gitee.com/liuyu_1997/lmdeploy.git # lmdeploy==0.6.2
openai==1.44.0
openai==1.45.0
loguru
fastapi==0.114.1
infinity-emb[all]==0.0.53
Expand Down
Loading

0 comments on commit 214a291

Please sign in to comment.