Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ DEFAULT_MAX_NEW_TOKENS = 200
|
|
14 |
# Download the GGUF file
|
15 |
model_path = hf_hub_download(
|
16 |
repo_id="bartowski/deepthought-8b-llama-v0.01-alpha-GGUF",
|
17 |
-
filename="deepthought-8b-llama-v0.01-alpha-
|
18 |
repo_type="model"
|
19 |
)
|
20 |
# Load the GGUF model
|
|
|
14 |
# Download the GGUF file
|
15 |
model_path = hf_hub_download(
|
16 |
repo_id="bartowski/deepthought-8b-llama-v0.01-alpha-GGUF",
|
17 |
+
filename="deepthought-8b-llama-v0.01-alpha-Q4_K_M.gguf",
|
18 |
repo_type="model"
|
19 |
)
|
20 |
# Load the GGUF model
|