File size: 646 Bytes
c675f75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export const MODEL_OPTIONS = [
  {
    id: "350M",
    modelId: "onnx-community/granite-4.0-350m-ONNX-web",
    dtype: "fp16",
    label: "Granite-4.0 350M (fp16)",
    size: "A lightweight 350M instruct model (~709 MB in size).",
  },
  {
    id: "1B",
    modelId: "onnx-community/granite-4.0-1b-ONNX-web",
    dtype: "q4",
    label: "Granite-4.0 1B (q4)",
    size: "A medium-sized instruct model (~1.78 GB in size).",
  },
  {
    id: "3B",
    modelId: "onnx-community/granite-4.0-micro-ONNX-web",
    dtype: "q4f16",
    label: "Granite-4.0 3B (q4f16)",
    size: "A large 3B parameter instruct model (~2.3 GB in size).",
  },
] as const;