shreyask's picture
fix
0beab82 verified
raw
history blame
489 Bytes
export const MODEL_OPTIONS = [
{
id: "onnx-community/granite-4.0-micro-ONNX-web",
label: "Granite 4.0 Micro",
size: "400M parameters"
},
{
id: "onnx-community/LFM2-350M-ONNX",
label: "LFM2-350M",
size: "350M parameters (312 MB)"
},
{
id: "onnx-community/LFM2-700M-ONNX",
label: "LFM2-700M",
size: "700M parameters (579 MB)"
},
{
id: "onnx-community/LFM2-1.2B-ONNX",
label: "LFM2-1.2B",
size: "1.2B parameters (868 MB)"
},
];