Update model_allowlist.json

This commit is contained in:
Jing Jin 2025-05-20 09:32:05 -07:00 committed by GitHub
parent b8afe01e76
commit e2de386c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,21 @@
{ {
"models": [ "models": [
{
"name": "Gemma-3n-E2B-it-int4",
"modelId": "google/gemma-3n-E2B-it-litert-preview",
"modelFile": "gemma-3n-E2B-it-int4.task",
"description": "Preview version of [Gemma 3n E2B](https://ai.google.dev/gemma/docs/gemma-3n) ready for deployment on Android using the [MediaPipe LLM Inference API](https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference). The current checkpoint only supports text and vision input.",
"sizeInBytes": 3136226711,
"version": "20250520",
"llmSupportImage": true,
"defaultConfig": {
"topK": 64,
"topP": 0.95,
"temperature": 1.0,
"accelerators": "cpu"
},
"taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image"]
},
{ {
"name": "Gemma3-1B-IT q4", "name": "Gemma3-1B-IT q4",
"modelId": "litert-community/Gemma3-1B-IT", "modelId": "litert-community/Gemma3-1B-IT",