ca_configurations / iphone_models.json
skonmeme's picture
MLX: add gemma2 models
4683bf8 unverified
raw
history blame
3.03 kB
{
"device": "iphone",
"revision": "2025-01-01T00:00:00z",
"model_list": [
{
"name": "gemma-2-2b-it-vp_v1-q4f16_1-MLC",
"revision": "2025-01-01T00:00:00z",
"model_type": "mlc",
"remote_url": "https://huggingface.co/skonmeme/gemma-2-2b-it-vp_v1-q4f16_1-MLC",
"estimated_vram_bytes": 3000000000,
"overrides": {
"context_window_size": 2048,
"prefill_chunk_size": 2048
}
},
{
"name": "gemma-2-2b-it-4bit",
"revision": "2025-03-23T00:00:00z",
"model_type": "mlx",
"remote_url": "https://huggingface.co/mlx-community/gemma-2-2b-it-4bit",
"estimated_vram_bytes": 3000000000,
"components": [
"config.json",
"model.safetensors",
"model.safetensors.index.json",
"special_tokens_map.json",
"tokenizer.json",
"tokenizer.model",
"tokenizer_config.json"
]
},
{
"name": "gemma-2-2b-it-8bit",
"revision": "2025-03-23T00:00:00z",
"model_type": "mlx",
"remote_url": "https://huggingface.co/mlx-community/gemma-2-2b-it-8bit",
"estimated_vram_bytes": 3000000000,
"components": [
"config.json",
"model.safetensors",
"model.safetensors.index.json",
"special_tokens_map.json",
"tokenizer.json",
"tokenizer.model",
"tokenizer_config.json"
]
},
{
"name": "gemma-3-1b-it-4bit",
"revision": "2025-03-23T00:00:00z",
"model_type": "mlx",
"remote_url": "https://huggingface.co/mlx-community/gemma-3-1b-it-4bit",
"estimated_vram_bytes": 3000000000,
"components": [
"added_tokens.json",
"config.json",
"model.safetensors",
"model.safetensors.index.json",
"preprocessor_config.json",
"special_tokens_map.json",
"tokenizer.json",
"tokenizer.model",
"tokenizer_config.json"
]
},
{
"name": "gemma-3-1b-it-8bit",
"revision": "2025-03-23T00:00:00z",
"model_type": "mlx",
"remote_url": "https://huggingface.co/mlx-community/gemma-3-1b-it-8bit",
"estimated_vram_bytes": 3000000000,
"components": [
"added_tokens.json",
"config.json",
"model.safetensors",
"model.safetensors.index.json",
"preprocessor_config.json",
"special_tokens_map.json",
"tokenizer.json",
"tokenizer.model",
"tokenizer_config.json"
]
}
]
}