xcczach commited on
Commit
2ae9df1
·
verified ·
1 Parent(s): efd03a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -22
requirements.txt CHANGED
@@ -1,23 +1,24 @@
1
- torch==2.4.1
2
- accelerate==1.0.1
3
- appdirs==1.4.4
4
- loralib==0.1.2
5
- bitsandbytes==0.44.1
6
- black==24.10.0
7
- black[jupyter]
8
- datasets==2.19.0
9
- fire==0.6.0
10
- peft==0.13.2
11
- transformers==4.39.1
12
- sentencepiece==0.2.0
13
- py7zr==0.22.0
14
- scipy==1.14.1
15
- optimum==1.23.1
16
- wandb==0.18.3
17
- hydra-core==1.3.2
18
- openai-whisper==20240930
19
- huggingface-hub==0.25.0
20
- numpy==1.26.4
21
- snac==1.2.1
22
- torch==2.4.1
 
23
  soundfile==0.12.1
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu113
2
+ torch==2.4.0
3
+ accelerate==1.0.1
4
+ appdirs==1.4.4
5
+ loralib==0.1.2
6
+ bitsandbytes==0.44.1
7
+ black==24.10.0
8
+ black[jupyter]
9
+ datasets==2.19.0
10
+ fire==0.6.0
11
+ peft==0.13.2
12
+ transformers==4.39.1
13
+ sentencepiece==0.2.0
14
+ py7zr==0.22.0
15
+ scipy==1.14.1
16
+ optimum==1.23.1
17
+ wandb==0.18.3
18
+ hydra-core==1.3.2
19
+ openai-whisper==20240930
20
+ huggingface-hub==0.25.0
21
+ numpy==1.26.4
22
+ snac==1.2.1
23
+ torch==2.4.1
24
  soundfile==0.12.1