From 702e0765b8448becf79da08fa6ea0231fc9be33c Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Fri, 27 Feb 2026 16:22:10 +0100 Subject: [PATCH] Update README with clarification on '_XL' models Clarified warning about Unsloth '_XL' models in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea98f291..5fc4491d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This repository is a fork of [llama.cpp](https://github.com/ggerganov/llama.cpp) >[!IMPORTANT] >Do not use quantized models from Unsloth that have `_XL` in their name. These are likely to not work with `ik_llama.cpp`. +> +>The above has caused some stir, so to clarify: the Unsloth `_XL` models that are likely to not work are those that contain `f16` tensors (which is never a good idea in the first place). All others are fine. ## Quickstart