From 176d0f7075b7de1097b2f88121a9a3c9434c2d39 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 17 Jun 2024 19:44:14 -0400 Subject: [PATCH] Update import.md --- docs/import.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/import.md b/docs/import.md index 7abe39b2..f34f09ac 100644 --- a/docs/import.md +++ b/docs/import.md @@ -47,19 +47,13 @@ success ### Supported Quantizations -
-Legacy Quantization - - `Q4_0` - `Q4_1` - `Q5_0` - `Q5_1` - `Q8_0` -
- -
-K-means Quantization` +#### K-means Quantizations - `Q3_K_S` - `Q3_K_M` @@ -70,11 +64,6 @@ success - `Q5_K_M` - `Q6_K` -
- -> [!NOTE] -> Activation-aware Weight Quantization (i.e. IQ) are not currently supported for automatic quantization however you can still import the quantized model into Ollama, see [Import GGUF](#import-gguf). - ## Template Detection > [!NOTE]