Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
|
|
1 |
torch==2.2.1
|
|
|
|
|
2 |
transformers==4.38.2
|
|
|
3 |
peft==0.10.0
|
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
|
|
|
1 |
+
# PyTorch and related libraries
|
2 |
torch==2.2.1
|
3 |
+
|
4 |
+
# Hugging Face transformers library
|
5 |
transformers==4.38.2
|
6 |
+
|
7 |
peft==0.10.0
|
8 |
accelerate==0.29.3
|
9 |
bitsandbytes==0.43.1
|
10 |
spaces
|
|
|
|
|
|
|
11 |
|
12 |
pandas
|
13 |
akshare
|