SpyC0der77 commited on
Commit
1aaf166
·
verified ·
1 Parent(s): 7b1883c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -23,9 +23,8 @@ gradio==4.43.0
23
  torch==2.1.1+cu121 # NOTE upgraded from 2.0.1+cu118
24
  torchaudio==2.1.1+cu121
25
  torchcrepe==0.0.23 # NOTE upgraded from 0.0.20
26
- # ./dependencies/fairseq-0.12.2-cp311-cp311-linux_x86_64.whl; sys_platform == 'linux'
27
- ./dependencies/fairseq-0.12.3.1-cp311-cp311-win_amd64.whl; sys_platform == 'win32'
28
- ./dependencies/diffq-0.2.4-cp311-cp311-win_amd64.whl; sys_platform == 'win32'
29
  tensorboardX
30
  #TODO add these later
31
  # faiss-cpu==1.7.3 # NOTE outcommented due to incompatibility on windows
 
23
  torch==2.1.1+cu121 # NOTE upgraded from 2.0.1+cu118
24
  torchaudio==2.1.1+cu121
25
  torchcrepe==0.0.23 # NOTE upgraded from 0.0.20
26
+ fairseq==0.12.2
27
+ diffq==0.2.4
 
28
  tensorboardX
29
  #TODO add these later
30
  # faiss-cpu==1.7.3 # NOTE outcommented due to incompatibility on windows