Skip to content

Commit 497cffd

Browse files
committed
Add a comment
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent e738cba commit 497cffd

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ timm >=1.0.17 # required for internvl and gemma3n-mm test
2828
torch==2.9.0
2929
torchaudio==2.9.0
3030
torchvision==0.24.0
31-
torchao==0.13.0
31+
torchao==0.13.0 # for quantization tests
3232
transformers_stream_generator # required for qwen-vl test
3333
matplotlib # required for qwen-vl test
3434
mistral_common[image,audio] >= 1.8.2 # required for voxtral test

requirements/test.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match --torch-backend cu128
2+
# uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match
33
absl-py==2.1.0
44
# via rouge-score
55
accelerate==1.0.1
@@ -570,14 +570,16 @@ nvidia-cusparse-cu12==12.5.8.93
570570
# torch
571571
nvidia-cusparselt-cu12==0.7.1
572572
# via torch
573-
nvidia-nccl-cu12==2.27.3
573+
nvidia-nccl-cu12==2.27.5
574574
# via torch
575575
nvidia-nvjitlink-cu12==12.8.93
576576
# via
577577
# nvidia-cufft-cu12
578578
# nvidia-cusolver-cu12
579579
# nvidia-cusparse-cu12
580580
# torch
581+
nvidia-nvshmem-cu12==3.3.20
582+
# via torch
581583
nvidia-nvtx-cu12==12.8.90
582584
# via torch
583585
omegaconf==2.3.0
@@ -979,7 +981,6 @@ setuptools==77.0.3
979981
# lightning-utilities
980982
# pytablewriter
981983
# torch
982-
# triton
983984
shapely==2.1.1
984985
# via
985986
# geopandas
@@ -1078,7 +1079,7 @@ tomli==2.2.1
10781079
# via schemathesis
10791080
tomli-w==1.2.0
10801081
# via schemathesis
1081-
torch==2.8.0+cu128
1082+
torch==2.9.0+cu128
10821083
# via
10831084
# -r requirements/test.in
10841085
# accelerate
@@ -1107,7 +1108,9 @@ torch==2.8.0+cu128
11071108
# torchvision
11081109
# vector-quantize-pytorch
11091110
# vocos
1110-
torchaudio==2.8.0+cu128
1111+
torchao==0.13.0+cu128
1112+
# via -r requirements/test.in
1113+
torchaudio==2.9.0+cu128
11111114
# via
11121115
# -r requirements/test.in
11131116
# encodec
@@ -1120,7 +1123,7 @@ torchmetrics==1.7.4
11201123
# pytorch-lightning
11211124
# terratorch
11221125
# torchgeo
1123-
torchvision==0.23.0+cu128
1126+
torchvision==0.24.0+cu128
11241127
# via
11251128
# -r requirements/test.in
11261129
# lightly
@@ -1161,7 +1164,7 @@ transformers==4.55.2
11611164
# transformers-stream-generator
11621165
transformers-stream-generator==0.0.5
11631166
# via -r requirements/test.in
1164-
triton==3.4.0
1167+
triton==3.5.0
11651168
# via torch
11661169
tritonclient==2.51.0
11671170
# via

0 commit comments

Comments
 (0)