oleksandrfluxon
commited on
Commit
•
2a6085c
1
Parent(s):
ce4aa78
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
einops
|
2 |
-
|
3 |
-
transformers
|
4 |
-
accelerate
|
5 |
-
|
6 |
-
bitsandbytes==0.40.2
|
|
|
1 |
+
einops
|
2 |
+
peft@git+https://github.com/huggingface/peft.git@189a6b8e357ecda05ccde13999e4c35759596a67
|
3 |
+
transformers@git+https://github.com/huggingface/transformers.git@deff5979fee1f989d26e4946c92a5c35ce695af8
|
4 |
+
accelerate@git+https://github.com/huggingface/accelerate.git@665d5180fcc01d5700f7a9aa3f9bdb75c6055dce
|
5 |
+
bitsandbytes==0.39.0
|
|