Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
git+https://github.com/huggingface/transformers.git
|
| 3 |
+
peft
|
| 4 |
+
trl
|
| 5 |
+
bitsandbytes
|
| 6 |
+
triton
|
| 7 |
+
accelerate
|
| 8 |
+
kernels
|
| 9 |
+
openai-harmony
|