mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-04 21:50:36 -04:00
Update model_allowlist.json
This commit is contained in:
parent
b8afe01e76
commit
e2de386c6c
1 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"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",
|
||||
"modelId": "litert-community/Gemma3-1B-IT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue