Commit ·
bd6f952
1
Parent(s): 0667c76
delete unneeded libs
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,4 @@
|
|
| 1 |
torch==2.1.0
|
| 2 |
pyarrow==14.0.2
|
| 3 |
git+https://github.com/huggingface/transformers
|
| 4 |
-
einops
|
| 5 |
-
datasets
|
| 6 |
-
bitsandbytes
|
| 7 |
-
accelerate
|
| 8 |
-
peft
|
| 9 |
-
flash_attn
|
| 10 |
-
num2words
|
|
|
|
| 1 |
torch==2.1.0
|
| 2 |
pyarrow==14.0.2
|
| 3 |
git+https://github.com/huggingface/transformers
|
| 4 |
+
einops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|