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 8d1e59c commit 0c99cf7Copy full SHA for 0c99cf7
pyproject.toml
@@ -19,5 +19,7 @@ requires = [
19
"msgpack",
20
"quart",
21
"numba",
22
+ # Remove after https://github.com/vllm-project/vllm-ascend/issues/1470
23
+ "transformers<4.53.0",
24
]
25
build-backend = "setuptools.build_meta"
requirements.txt
@@ -25,3 +25,6 @@ numba
--pre
26
--extra-index-url https://mirrors.huaweicloud.com/ascend/repos/pypi
27
torch-npu==2.5.1.post1.dev20250619
28
+
29
+# Remove after https://github.com/vllm-project/vllm-ascend/issues/1470
30
+transformers<4.53.0
0 commit comments