r3gm commited on
Commit
16ed694
·
verified ·
1 Parent(s): 7622d04

Update pre-requirements.txt

Browse files
Files changed (1) hide show
  1. pre-requirements.txt +4 -3
pre-requirements.txt CHANGED
@@ -1,7 +1,8 @@
 
1
  --extra-index-url https://download.pytorch.org/whl/cu121
2
- torch<=2.2.0+cu121
3
- torchvision>=0.17.0+cu121
4
- torchaudio>=2.2.0+cu121
5
  ctranslate2<=4.4.0
6
  yt-dlp
7
  gradio==4.19.2
 
1
+ pip==23.1.2
2
  --extra-index-url https://download.pytorch.org/whl/cu121
3
+ torch==2.2.0 # +cu121
4
+ torchvision # <=0.17.0+cu121
5
+ torchaudio # <=2.2.0+cu121
6
  ctranslate2<=4.4.0
7
  yt-dlp
8
  gradio==4.19.2