We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9685833 commit 5c912ccCopy full SHA for 5c912cc
2 files changed
lmdeploy/pytorch/check_env/triton.py
@@ -3,7 +3,7 @@
3
4
from .base import BaseChecker
5
6
-MAX_TRITON_VERSION = '3.2.0'
+MAX_TRITON_VERSION = '3.3.1'
7
MIN_TRITON_VERSION = '3.0.0'
8
9
requirements/runtime_cuda.txt
@@ -18,8 +18,8 @@ safetensors
18
sentencepiece
19
shortuuid
20
tiktoken
21
-torch<=2.6.0,>=2.0.0
22
-torchvision<=0.21.0,>=0.15.0
+torch<=2.7.1,>=2.0.0
+torchvision<=0.22.1,>=0.15.0
23
transformers
24
-triton<=3.2.0,>=3.0.0; sys_platform == "linux"
+triton<=3.3.1,>=3.0.0; sys_platform == "linux"
25
uvicorn
0 commit comments