Mountchicken commited on
Commit
3b9371a
·
verified ·
1 Parent(s): 7e3dc12

Update requirements_hf.txt

Browse files
Files changed (1) hide show
  1. requirements_hf.txt +2 -0
requirements_hf.txt CHANGED
@@ -1,4 +1,6 @@
1
  # PyTorch with CUDA support
 
 
2
 
3
  # Core ML/AI libraries
4
  transformers==4.51.3
 
1
  # PyTorch with CUDA support
2
+ torch==2.6.0 --index-url https://download.pytorch.org/whl/cu124
3
+ torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124
4
 
5
  # Core ML/AI libraries
6
  transformers==4.51.3