Ashton99 commited on
Commit
e8ed373
·
verified ·
1 Parent(s): 1de8916

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- # CUDA-12 build of PyTorch 2.3
2
- torch==2.3.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html
 
3
 
4
- # tiny helpers your app imports
5
- spaces
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.3.0+cu121 # CUDA-12 build of PyTorch 2.3
3
+ spaces # tiny utility lib used by Hugging Face Spaces
4