Spaces:
Sleeping
Sleeping
Tobias Bergmann
commited on
Commit
·
fa8a778
1
Parent(s):
785de3c
use 500M model
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ DEFAULT_MAX_NEW_TOKENS = 200
|
|
12 |
|
13 |
# Download the GGUF file
|
14 |
model_path = hf_hub_download(
|
15 |
-
repo_id="
|
16 |
-
filename="arco-
|
17 |
repo_type="model"
|
18 |
)
|
19 |
# Load the GGUF model
|
|
|
12 |
|
13 |
# Download the GGUF file
|
14 |
model_path = hf_hub_download(
|
15 |
+
repo_id="TobDeBer/arco-Q4_K_M-GGUF",
|
16 |
+
filename="arco-q4_k_m.gguf",
|
17 |
repo_type="model"
|
18 |
)
|
19 |
# Load the GGUF model
|