Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ from transformers import (
|
|
25 |
from awq import AutoAWQForCausalLM
|
26 |
|
27 |
# Configuration Constants
|
28 |
-
MODEL_ID = "
|
29 |
|
30 |
DEFAULT_SYSTEM_PROMPT ="""
|
31 |
You are an expert mathematician with extensive experience in mathematical competitions. You approach problems through systematic thinking and rigorous reasoning. When solving problems, follow these thought processes:
|
|
|
25 |
from awq import AutoAWQForCausalLM
|
26 |
|
27 |
# Configuration Constants
|
28 |
+
MODEL_ID = "KirillR/QwQ-32B-Preview-AWQ"
|
29 |
|
30 |
DEFAULT_SYSTEM_PROMPT ="""
|
31 |
You are an expert mathematician with extensive experience in mathematical competitions. You approach problems through systematic thinking and rigorous reasoning. When solving problems, follow these thought processes:
|