Skip to content

Commit

Permalink
lock torch version to 2.0.1 (vllm-project#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxiyue authored Oct 10, 2023
1 parent b95ee89 commit 6a61195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"ninja",
"packaging",
"setuptools",
"torch >= 2.0.0",
"torch == 2.0.1",
"wheel",
]
build-backend = "setuptools.build_meta"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pandas # Required for Ray data.
pyarrow # Required for Ray data.
sentencepiece # Required for LLaMA tokenizer.
numpy
torch >= 2.0.0
torch == 2.0.1
transformers >= 4.33.1 # Required for Code Llama.
xformers >= 0.0.22
xformers == 0.0.22
fastapi
uvicorn[standard]
pydantic < 2 # Required for OpenAI server.

0 comments on commit 6a61195

Please sign in to comment.