Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit e3579b2

Browse files
committed
+1
1 parent 08c7b19 commit e3579b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
datasets >=2.17.0 # to allow explicitly setting `trust_remote_code`
22
finetuning-scheduler[examples] <=2.5.0
3-
torch <2.5.0 # todo: ModuleNotFoundError: No module named 'torch.distributed._composable.fsdp._fsdp_api'
4-
torchvision <0.20.0 # pinned compatibiltity for `RuntimeError: operator torchvision::nms does not exist`
3+
torch >=2.6.0, <2.7.0 # todo: ModuleNotFoundError: No module named 'torch.distributed._composable.fsdp._fsdp_api'
4+
torchvision >=0.21.0, <0.22.0 # pinned compatibiltity for `RuntimeError: operator torchvision::nms does not exist`

0 commit comments

Comments
 (0)