thelip commited on
Commit
15fa922
Β·
verified Β·
1 Parent(s): 7fd1fb0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -4
requirements.txt CHANGED
@@ -1,8 +1,15 @@
1
- gradio
 
 
2
  --find-links https://download.pytorch.org/whl/cu121
3
- torch
4
- torchaudio
5
- fairseq
 
 
 
 
 
6
  sentencepiece
7
  tokenizers
8
  xformers
 
1
+ # requirements.txt
2
+
3
+ # Pinning torch and torchaudio to a specific CUDA 12.1 compatible version
4
  --find-links https://download.pytorch.org/whl/cu121
5
+ torch==2.3.0
6
+ torchaudio==2.3.0
7
+
8
+ # Pinning fairseq to a version known to build reliably
9
+ fairseq==0.12.2
10
+
11
+ # Other dependencies
12
+ gradio
13
  sentencepiece
14
  tokenizers
15
  xformers