Spaces:
Sleeping
Sleeping
Add peft + torchaudio (transformers static import-check requires them)
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
transformers>=4.57.1
|
| 2 |
torch
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
scipy
|
| 5 |
scikit-learn
|
|
|
|
| 1 |
transformers>=4.57.1
|
| 2 |
torch
|
| 3 |
+
torchaudio
|
| 4 |
+
peft
|
| 5 |
numpy
|
| 6 |
scipy
|
| 7 |
scikit-learn
|