Update model_allowlist.json

This commit is contained in:
Jing Jin 2025-05-21 09:43:37 -07:00 committed by GitHub
parent ec463c7897
commit 965d5705f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@
"topK": 64, "topK": 64,
"topP": 0.95, "topP": 0.95,
"temperature": 1.0, "temperature": 1.0,
"maxTokens": 4096,
"accelerators": "cpu,gpu" "accelerators": "cpu,gpu"
}, },
"taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image"] "taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image"]
@ -28,6 +29,7 @@
"topK": 64, "topK": 64,
"topP": 0.95, "topP": 0.95,
"temperature": 1.0, "temperature": 1.0,
"maxTokens": 4096,
"accelerators": "cpu,gpu" "accelerators": "cpu,gpu"
}, },
"taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image"] "taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image"]