Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
einops
|
6 |
+
safetensors
|
7 |
+
torch==2.12
|
8 |
+
git+https://github.com/facebookresearch/xformers.git
|
9 |
+
datasets
|