Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,9 @@ final_answer = FinalAnswerTool()
|
|
100 |
########################################## MODEL SELECTION ################################################
|
101 |
|
102 |
MODEL_IDS = [
|
|
|
103 |
'Qwen/Qwen2.5-Coder-3B-Instruct',
|
104 |
'Qwen/Qwen2.5-Coder-7B-Instruct',
|
105 |
-
'Qwen/Qwen2.5-Coder-14B-Instruct',
|
106 |
'Qwen/Qwen2.5-Coder-32B-Instruct',
|
107 |
'Qwen/Qwen2.5-Coder-1.5B-Instruct'
|
108 |
#'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
|
|
|
100 |
########################################## MODEL SELECTION ################################################
|
101 |
|
102 |
MODEL_IDS = [
|
103 |
+
'Qwen/Qwen2.5-Coder-14B-Instruct',
|
104 |
'Qwen/Qwen2.5-Coder-3B-Instruct',
|
105 |
'Qwen/Qwen2.5-Coder-7B-Instruct',
|
|
|
106 |
'Qwen/Qwen2.5-Coder-32B-Instruct',
|
107 |
'Qwen/Qwen2.5-Coder-1.5B-Instruct'
|
108 |
#'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
|