Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -10,10 +10,10 @@ tqdm
|
|
10 |
scikit-learn
|
11 |
scipy
|
12 |
soundfile==0.12.1
|
13 |
-
tokenizers
|
14 |
torch==2.0.1
|
15 |
torchaudio==2.0.2
|
16 |
torchvision==0.15.2
|
17 |
-
transformers
|
18 |
xformers==0.0.20
|
19 |
peft
|
|
|
10 |
scikit-learn
|
11 |
scipy
|
12 |
soundfile==0.12.1
|
13 |
+
tokenizers
|
14 |
torch==2.0.1
|
15 |
torchaudio==2.0.2
|
16 |
torchvision==0.15.2
|
17 |
+
transformers
|
18 |
xformers==0.0.20
|
19 |
peft
|