Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
|
|
|
|
|
|
|
|
1 |
llama-cpp-python
|
|
|
1 |
+
peft
|
2 |
+
transformers
|
3 |
+
datasets
|
4 |
+
accelerate
|
5 |
llama-cpp-python
|