Spaces:
Runtime error
Runtime error
Commit
·
4e11f12
1
Parent(s):
cb63207
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
bitsandbytes
|
2 |
-
|
|
|
|
|
|
|
3 |
langchain
|
4 |
-
transformers
|
5 |
python-dotenv
|
|
|
1 |
bitsandbytes
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
git+https://github.com/huggingface/peft.git
|
4 |
+
git+https://github.com/huggingface/accelerate.git
|
5 |
+
sentencpiece
|
6 |
langchain
|
|
|
7 |
python-dotenv
|