Update model_allowlist.json

This commit is contained in:
Jing Jin 2025-05-17 15:30:41 -07:00 committed by GitHub
parent 37a58d1a41
commit 3495b7cf6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
"temperature": 1.0,
"accelerators": "cpu,gpu"
},
"taskTypes": ["llm_chat", "llm_prompt_lab", "llm_usecases"]
"taskTypes": ["llm_chat", "llm_prompt_lab"]
},
{
"name": "Hammer2.1-1.5b q8",
@ -28,7 +28,7 @@
"temperature": 1.0,
"accelerators": "cpu,gpu"
},
"taskTypes": ["llm_chat", "llm_prompt_lab", "llm_usecases"]
"taskTypes": ["llm_chat", "llm_prompt_lab"]
},
{
"name": "Qwen2.5-1.5B-Instruct q8",
@ -43,7 +43,7 @@
"temperature": 1.0,
"accelerators": "cpu"
},
"taskTypes": ["llm_chat", "llm_prompt_lab", "llm_usecases"]
"taskTypes": ["llm_chat", "llm_prompt_lab"]
}
]
}