Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -4,6 +4,9 @@ peft==0.10.0
|
|
4 |
accelerate==0.29.3
|
5 |
bitsandbytes==0.43.1
|
6 |
spaces
|
|
|
|
|
|
|
7 |
|
8 |
pandas
|
9 |
akshare
|
|
|
4 |
accelerate==0.29.3
|
5 |
bitsandbytes==0.43.1
|
6 |
spaces
|
7 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
8 |
+
torch==2.0.1
|
9 |
+
transformers >= 4.34.0
|
10 |
|
11 |
pandas
|
12 |
akshare
|