Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,8 @@ Do NOT forget the triple backticks and the `<end_code>` tag — they are require
|
|
| 40 |
Even if you can't answer the question fully, always provide reasoning and return a final_answer block.
|
| 41 |
"""
|
| 42 |
|
| 43 |
-
model_id = "bartowski/
|
| 44 |
-
gguf_filename = "
|
| 45 |
|
| 46 |
# Load the tokenizer
|
| 47 |
tokenizer = AutoTokenizer.from_pretrained(model_id, gguf_file=gguf_filename)
|
|
|
|
| 40 |
Even if you can't answer the question fully, always provide reasoning and return a final_answer block.
|
| 41 |
"""
|
| 42 |
|
| 43 |
+
model_id = "bartowski/Qwen2.5.1-Coder-7B-Instruct-GGUF"
|
| 44 |
+
gguf_filename = "Qwen2.5.1-Coder-7B-Instruct-IQ4_XS.gguf" # Replace with your specific GGUF file
|
| 45 |
|
| 46 |
# Load the tokenizer
|
| 47 |
tokenizer = AutoTokenizer.from_pretrained(model_id, gguf_file=gguf_filename)
|