Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -2,6 +2,10 @@ tqdm==4.66.2
|
|
2 |
numpy==1.25.2
|
3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.1.0+cu121
|
|
|
|
|
|
|
|
|
5 |
transformers==4.38.1
|
6 |
peft==0.9.0
|
7 |
bs4
|
|
|
2 |
numpy==1.25.2
|
3 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
4 |
torch==2.1.0+cu121
|
5 |
+
einops
|
6 |
+
datasets
|
7 |
+
bitsandbytes
|
8 |
+
accelerate
|
9 |
transformers==4.38.1
|
10 |
peft==0.9.0
|
11 |
bs4
|