Update model_allowlist.json

This commit is contained in:
Jing Jin 2025-05-21 11:18:17 -07:00 committed by GitHub
parent d6d40b16f7
commit 71e5e9da42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@
"topK": 64,
"topP": 0.95,
"temperature": 1.0,
"maxTokens": 1024,
"accelerators": "gpu,cpu"
},
"taskTypes": ["llm_chat", "llm_prompt_lab"]
@ -60,6 +61,7 @@
"topK": 40,
"topP": 0.95,
"temperature": 1.0,
"maxTokens": 1024,
"accelerators": "cpu"
},
"taskTypes": ["llm_chat", "llm_prompt_lab"]