Skip to content

Commit f3e024b

Browse files
authored
[CI/CD] Upgrade PyTorch version to v2.1.1 (#2045)
1 parent 31d2ab4 commit f3e024b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
os: ['ubuntu-20.04']
5151
python-version: ['3.8', '3.9', '3.10', '3.11']
52-
pytorch-version: ['2.1.0']
52+
pytorch-version: ['2.1.1']
5353
cuda-version: ['11.8', '12.1']
5454

5555
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"ninja",
55
"packaging",
66
"setuptools >= 49.4.0",
7-
"torch >= 2.1.0",
7+
"torch >= 2.1.1",
88
"wheel",
99
]
1010
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pyarrow # Required for Ray data.
66
sentencepiece # Required for LLaMA tokenizer.
77
numpy
88
einops # Required for phi-1_5
9-
torch >= 2.1.0
9+
torch >= 2.1.1
1010
transformers >= 4.34.0 # Required for Mistral.
11-
xformers >= 0.0.22.post7 # Required for CUDA 12.1.
11+
xformers >= 0.0.23 # Required for CUDA 12.1.
1212
fastapi
1313
uvicorn[standard]
1414
pydantic == 1.10.13 # Required for OpenAI server.

0 commit comments

Comments
 (0)