Spaces:
Running
on
Zero
Running
on
Zero
Added req.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
transformers
|
4 |
+
datasets
|
5 |
+
peft
|
6 |
+
git+https://github.com/huggingface/trl.git
|
7 |
+
bitsandbytes
|
8 |
+
accelerate
|
9 |
+
huggingface_hub[cli]
|
10 |
+
hf-transfer
|
11 |
+
pillow
|