Spaces:
Runtime error
Runtime error
Commit
·
acb1368
1
Parent(s):
9c8e3c8
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
gpt4all
|
2 |
-
|
3 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gpt4all
|
2 |
+
os
|
3 |
torch
|
4 |
+
accelerate==0.21.0
|
5 |
+
peft==0.4.0
|
6 |
+
bitsandbytes==0.40.2
|
7 |
+
transformers==4.31.0
|
8 |
+
trl==0.4.7
|