Changing model
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ final_answer = FinalAnswerTool()
|
|
60 |
|
61 |
MODEL_IDS = [
|
62 |
#'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
|
63 |
-
'https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud/',
|
64 |
'meta-llama/Llama-3.2-1B-Instruct',
|
65 |
'Qwen/Qwen2.5-Coder-32B-Instruct',
|
66 |
'Qwen/Qwen2.5-Coder-1.5B-Instruct'
|
|
|
60 |
|
61 |
MODEL_IDS = [
|
62 |
#'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
|
63 |
+
#'https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud/',
|
64 |
'meta-llama/Llama-3.2-1B-Instruct',
|
65 |
'Qwen/Qwen2.5-Coder-32B-Instruct',
|
66 |
'Qwen/Qwen2.5-Coder-1.5B-Instruct'
|