Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MohsenParsa
/
testAI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MohsenParsa
commited on
Oct 2, 2024
Commit
70e348c
·
verified
·
1 Parent(s):
0380f92
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -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")