Skip to content

Commit 18af880

Browse files
Update allowlist
1 parent d3198fc commit 18af880

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

model_allowlists/1_0_10.json

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,6 @@
7474
},
7575
"taskTypes": ["llm_chat", "llm_prompt_lab"]
7676
},
77-
{
78-
"name": "Phi-4-mini-instruct",
79-
"modelId": "litert-community/Phi-4-mini-instruct",
80-
"modelFile": "Phi-4-mini-instruct_multi-prefill-seq_q8_ekv4096.litertlm",
81-
"description": "A variant of [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md).",
82-
"sizeInBytes": 3910090752,
83-
"minDeviceMemoryInGb": 6,
84-
"commitHash": "054f4e2694a86f81a129a40596e08b8d74770a9d",
85-
"defaultConfig": {
86-
"topK": 64,
87-
"topP": 0.95,
88-
"temperature": 1.0,
89-
"maxTokens": 4096,
90-
"accelerators": "gpu,cpu"
91-
},
92-
"taskTypes": ["llm_chat", "llm_prompt_lab"]
93-
},
9477
{
9578
"name": "DeepSeek-R1-Distill-Qwen-1.5B",
9679
"modelId": "litert-community/DeepSeek-R1-Distill-Qwen-1.5B",
@@ -110,12 +93,12 @@
11093
},
11194
{
11295
"name": "TinyGarden-270M",
113-
"modelId": "google/functiongemma-270m-it",
114-
"modelFile": "tiny_garden.litertlm",
96+
"modelId": "litert-community/functiongemma-270m-ft-tiny-garden",
97+
"modelFile": "tiny_garden_q8_ekv1024.litertlm",
11598
"description": "Fine-tuned Function Gemma 270M model for Tiny Garden.",
116-
"sizeInBytes": 288440320,
99+
"sizeInBytes": 288964608,
117100
"minDeviceMemoryInGb": 6,
118-
"commitHash": "f54f8715e2b205f72c350f6efa748fd29fa19d98",
101+
"commitHash": "20260225",
119102
"defaultConfig": {
120103
"topK": 64,
121104
"topP": 0.95,
@@ -129,6 +112,28 @@
129112
"bestForTaskTypes": [
130113
"llm_tiny_garden"
131114
]
115+
},
116+
{
117+
"name": "MobileActions-270M",
118+
"modelId": "litert-community/functiongemma-270m-ft-mobile-actions",
119+
"modelFile": "mobile_actions_q8_ekv1024.litertlm",
120+
"description": "Fine-tuned Function Gemma 270M model for Mobile Actions.",
121+
"sizeInBytes": 288964608,
122+
"minDeviceMemoryInGb": 6,
123+
"commitHash": "20260218",
124+
"defaultConfig": {
125+
"topK": 64,
126+
"topP": 0.95,
127+
"temperature": 0.0,
128+
"maxTokens": 1024,
129+
"accelerators": "cpu"
130+
},
131+
"taskTypes": [
132+
"llm_mobile_actions"
133+
],
134+
"bestForTaskTypes": [
135+
"llm_mobile_actions"
136+
]
132137
}
133138
]
134139
}

0 commit comments

Comments
 (0)