Skip to content

Commit bcad892

Browse files
authored
Pick up compressed-tensors 0.12.2 for patch release (vllm-project#1904)
SUMMARY: Pick up compressed-tensors 0.12.2 for patch release 0.8.1 TEST PLAN: All tests Signed-off-by: Dan Huang <dan.huang@neuralmagic.com>
1 parent 33ef5f4 commit bcad892

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/setup-python@v5
6262
with:
63-
python-version: '3.9'
63+
python-version: '3.10'
6464
- uses: actions/checkout@v4
6565
with:
6666
fetch-depth: 0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ def localversion_func(version: ScmVersion) -> str:
140140
),
141141
("pillow>=10.4.0,<=11.3.0" if BUILD_TYPE == "release" else "pillow>=10.4.0"),
142142
(
143-
"compressed-tensors==0.12.1"
143+
"compressed-tensors==0.12.2"
144144
if BUILD_TYPE == "release"
145-
else "compressed-tensors>=0.12.2a2"
145+
else "compressed-tensors>=0.12.3a2"
146146
),
147147
],
148148
extras_require={

0 commit comments

Comments
 (0)