TulipAIs commited on
Commit
40230af
1 Parent(s): 01131dd

commenting torchaudio>=2.0.0

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -10,7 +10,7 @@ numpy
10
  sentencepiece
11
  spacy==3.5.2
12
  torch>=2.0.0
13
- torchaudio>=2.0.0
14
  huggingface_hub
15
  tqdm
16
  transformers>=4.31.0 # need Encodec there.
 
10
  sentencepiece
11
  spacy==3.5.2
12
  torch>=2.0.0
13
+ # torchaudio>=2.0.0
14
  huggingface_hub
15
  tqdm
16
  transformers>=4.31.0 # need Encodec there.