Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
torch==2.2.1
|
2 |
torchaudio==2.2.1
|
3 |
torchvision==0.17.1
|
4 |
-
|
5 |
transformers==4.38.2
|
6 |
peft==0.10.0
|
|
|
|
|
|
|
7 |
pandas
|
8 |
akshare
|
|
|
1 |
torch==2.2.1
|
2 |
torchaudio==2.2.1
|
3 |
torchvision==0.17.1
|
|
|
4 |
transformers==4.38.2
|
5 |
peft==0.10.0
|
6 |
+
accelerate==0.29.3
|
7 |
+
bitsandbytes==0.43.1
|
8 |
+
|
9 |
pandas
|
10 |
akshare
|