Spaces:
Runtime error
Runtime error
Create download.py
Browse files- download.py +4 -0
download.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from huggingface_hub import hf_hub_download
|
2 |
+
|
3 |
+
hf_hub_download(repo_id="bartowski/aya-23-8B-GGUF", filename="aya-23-8B-Q3_K_S.gguf")
|
4 |
+
hf_hub_download(repo_id="ChristianAzinn/labse-gguf", filename="labse.Q3_K_S.gguf")
|