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 ef99fe1 commit b0028b4Copy full SHA for b0028b4
pyproject.toml
@@ -19,7 +19,5 @@ requires = [
19
"msgpack",
20
"quart",
21
"numba",
22
- # Remove after https://github.com/vllm-project/vllm-ascend/issues/1470
23
- "transformers==4.52.4",
24
]
25
build-backend = "setuptools.build_meta"
requirements.txt
@@ -25,6 +25,3 @@ 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.52.4
0 commit comments