Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
gradio
|
|
|
|
|
|
|
|
|
|
| 2 |
torch
|
|
|
|
|
|
|
| 3 |
requests
|
| 4 |
pathlib
|
| 5 |
huggingface_hub
|
|
@@ -7,4 +12,7 @@ safetensors
|
|
| 7 |
tqdm
|
| 8 |
numpy
|
| 9 |
packaging
|
| 10 |
-
regex
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
mergekit @ git+https://github.com/arcee-ai/mergekit.git
|
| 3 |
+
pyyaml
|
| 4 |
+
click
|
| 5 |
torch
|
| 6 |
+
transformers
|
| 7 |
+
bitsandbytes
|
| 8 |
requests
|
| 9 |
pathlib
|
| 10 |
huggingface_hub
|
|
|
|
| 12 |
tqdm
|
| 13 |
numpy
|
| 14 |
packaging
|
| 15 |
+
regex
|
| 16 |
+
peft
|
| 17 |
+
pydantic
|
| 18 |
+
scipy
|