skonmeme commited on
Commit
4683bf8
·
unverified ·
1 Parent(s): 5096729

MLX: add gemma2 models

Browse files
Files changed (1) hide show
  1. iphone_models.json +50 -0
iphone_models.json CHANGED
@@ -13,6 +13,56 @@
13
  "prefill_chunk_size": 2048
14
  }
15
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  {
17
  "name": "gemma-3-1b-it-8bit",
18
  "revision": "2025-03-23T00:00:00z",
 
13
  "prefill_chunk_size": 2048
14
  }
15
  },
16
+ {
17
+ "name": "gemma-2-2b-it-4bit",
18
+ "revision": "2025-03-23T00:00:00z",
19
+ "model_type": "mlx",
20
+ "remote_url": "https://huggingface.co/mlx-community/gemma-2-2b-it-4bit",
21
+ "estimated_vram_bytes": 3000000000,
22
+ "components": [
23
+ "config.json",
24
+ "model.safetensors",
25
+ "model.safetensors.index.json",
26
+ "special_tokens_map.json",
27
+ "tokenizer.json",
28
+ "tokenizer.model",
29
+ "tokenizer_config.json"
30
+ ]
31
+ },
32
+ {
33
+ "name": "gemma-2-2b-it-8bit",
34
+ "revision": "2025-03-23T00:00:00z",
35
+ "model_type": "mlx",
36
+ "remote_url": "https://huggingface.co/mlx-community/gemma-2-2b-it-8bit",
37
+ "estimated_vram_bytes": 3000000000,
38
+ "components": [
39
+ "config.json",
40
+ "model.safetensors",
41
+ "model.safetensors.index.json",
42
+ "special_tokens_map.json",
43
+ "tokenizer.json",
44
+ "tokenizer.model",
45
+ "tokenizer_config.json"
46
+ ]
47
+ },
48
+ {
49
+ "name": "gemma-3-1b-it-4bit",
50
+ "revision": "2025-03-23T00:00:00z",
51
+ "model_type": "mlx",
52
+ "remote_url": "https://huggingface.co/mlx-community/gemma-3-1b-it-4bit",
53
+ "estimated_vram_bytes": 3000000000,
54
+ "components": [
55
+ "added_tokens.json",
56
+ "config.json",
57
+ "model.safetensors",
58
+ "model.safetensors.index.json",
59
+ "preprocessor_config.json",
60
+ "special_tokens_map.json",
61
+ "tokenizer.json",
62
+ "tokenizer.model",
63
+ "tokenizer_config.json"
64
+ ]
65
+ },
66
  {
67
  "name": "gemma-3-1b-it-8bit",
68
  "revision": "2025-03-23T00:00:00z",