From 3495b7cf6ef6f78edd05a9423f03ab70e77a596b Mon Sep 17 00:00:00 2001 From: Jing Jin <8752427+jinjingforever@users.noreply.github.com> Date: Sat, 17 May 2025 15:30:41 -0700 Subject: [PATCH] Update model_allowlist.json --- model_allowlist.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model_allowlist.json b/model_allowlist.json index 8d4ffce..9d27bd4 100644 --- a/model_allowlist.json +++ b/model_allowlist.json @@ -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"] } ] }