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 b95ee89 commit 6a61195Copy full SHA for 6a61195
pyproject.toml
@@ -3,7 +3,7 @@ requires = [
3
"ninja",
4
"packaging",
5
"setuptools",
6
- "torch >= 2.0.0",
+ "torch == 2.0.1",
7
"wheel",
8
]
9
build-backend = "setuptools.build_meta"
requirements.txt
@@ -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.
10
-xformers >= 0.0.22
+xformers == 0.0.22
11
fastapi
12
uvicorn[standard]
13
pydantic < 2 # Required for OpenAI server.
0 commit comments