From 4d0c570d3465e3f18fdd0b72e1b7576b980e8635 Mon Sep 17 00:00:00 2001 From: Jing Jin <8752427+jinjingforever@users.noreply.github.com> Date: Mon, 19 May 2025 11:32:13 -0700 Subject: [PATCH] Update model_allowlist.json --- model_allowlist.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/model_allowlist.json b/model_allowlist.json index 9d27bd4..1e8dc0f 100644 --- a/model_allowlist.json +++ b/model_allowlist.json @@ -11,22 +11,7 @@ "topK": 64, "topP": 0.95, "temperature": 1.0, - "accelerators": "cpu,gpu" - }, - "taskTypes": ["llm_chat", "llm_prompt_lab"] - }, - { - "name": "Hammer2.1-1.5b q8", - "modelId": "litert-community/Hammer2.1-1.5b", - "modelFile": "Hammer2.1-1.5b_multi-prefill-seq_q8_ekv1280.task", - "description": "A variant of [MadeAgents/Hammer2.1-1.5b](https://huggingface.co/MadeAgents/Hammer2.1-1.5b) with 8-bit quantization ready for deployment on Android using the [MediaPipe LLM Inference API](https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference)", - "sizeInBytes": 1617946305, - "version": "20250514", - "defaultConfig": { - "topK": 40, - "topP": 0.95, - "temperature": 1.0, - "accelerators": "cpu,gpu" + "accelerators": "gpu,cpu" }, "taskTypes": ["llm_chat", "llm_prompt_lab"] },