Skip to content

Commit 5c912cc

Browse files
authored
upgrade torch and triton (#3677)
* upgrade deps * upgrade torchvision requirements
1 parent 9685833 commit 5c912cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lmdeploy/pytorch/check_env/triton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .base import BaseChecker
55

6-
MAX_TRITON_VERSION = '3.2.0'
6+
MAX_TRITON_VERSION = '3.3.1'
77
MIN_TRITON_VERSION = '3.0.0'
88

99

requirements/runtime_cuda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ safetensors
1818
sentencepiece
1919
shortuuid
2020
tiktoken
21-
torch<=2.6.0,>=2.0.0
22-
torchvision<=0.21.0,>=0.15.0
21+
torch<=2.7.1,>=2.0.0
22+
torchvision<=0.22.1,>=0.15.0
2323
transformers
24-
triton<=3.2.0,>=3.0.0; sys_platform == "linux"
24+
triton<=3.3.1,>=3.0.0; sys_platform == "linux"
2525
uvicorn

0 commit comments

Comments
 (0)