Spaces:
Running
Running
| 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; | |