[Main] Upgrade PTA to 2.9.0 (#6112)

### What this PR does / why we need it?
Upgrade PTA to 2.9.0

- vLLM version: v0.13.0
- vLLM main:
d68209402d

---------

Signed-off-by: wjunLu <wjunlu217@gmail.com>
This commit is contained in:
wjunLu
2026-01-22 17:59:06 +08:00
committed by GitHub
parent 1402cf6874
commit a7d781f135
8 changed files with 22 additions and 21 deletions

View File

@@ -18,8 +18,8 @@ requires = [
"setuptools>=64",
"setuptools-scm>=8",
"transformers<=4.57.1",
"torch-npu==2.8.0",
"torch==2.8.0",
"torch-npu==2.9.0",
"torch==2.9.0",
"torchvision",
"wheel",
"msgpack",