From 13ce83baf6c05cd1c802aa18f7762e399f2d654b Mon Sep 17 00:00:00 2001 From: shine1i Date: Mon, 2 Feb 2026 16:49:07 +0100 Subject: [PATCH] refactor: update quantization options in export constants, remove unused entries, and add F32 option --- studio/frontend/src/features/export/constants.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/frontend/src/features/export/constants.ts b/studio/frontend/src/features/export/constants.ts index 154058982d..857e8fa91a 100644 --- a/studio/frontend/src/features/export/constants.ts +++ b/studio/frontend/src/features/export/constants.ts @@ -33,16 +33,14 @@ export const EXPORT_METHODS: { ]; export const QUANT_OPTIONS = [ - { value: "q2_k", label: "Q2_K", size: "~2.5 GB" }, - { value: "iq3_m", label: "IQ3_M", size: "~3.1 GB" }, { value: "q3_k_m", label: "Q3_K_M", size: "~3.5 GB" }, { value: "q4_0", label: "Q4_0", size: "~4.1 GB" }, { value: "q4_k_m", label: "Q4_K_M", size: "~4.8 GB", recommended: true }, { value: "q5_0", label: "Q5_0", size: "~5.0 GB" }, { value: "q5_k_m", label: "Q5_K_M", size: "~5.6 GB" }, - { value: "q6_k", label: "Q6_K", size: "~6.6 GB" }, { value: "q8_0", label: "Q8_0", size: "~8.2 GB" }, { value: "f16", label: "F16", size: "~14.2 GB" }, + { value: "f32", label: "F32", size: "~28.4 GB" }, ]; export function getEstimatedSize(