legraphista/aya-23-35B-IMat-GGUF
01.3k
aya-23-35B-IMat-GGUF
Llama.cpp imatrix quantization of CohereForAI/aya-23-35B
Original Model: CohereForAI/aya-23-35B Original dtype: FP16 (float16) Quantized by: llama.cpp b2998 IMatrix dataset: here
Files
IMatrix
Status: ✅ Available Link: here
Common Quants
All Quants
Downloading using huggingface-cli
First, make sure you have hugginface-cli installed:
pip install -U "huggingface_hub[cli]"Then, you can target the specific file you want:
huggingface-cli download legraphista/aya-23-35B-IMat-GGUF --include "aya-23-35B.Q8_0.gguf" --local-dir ./If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
huggingface-cli download legraphista/aya-23-35B-IMat-GGUF --include "aya-23-35B.Q8_0/*" --local-dir aya-23-35B.Q8_0
# see FAQ for merging GGUF'sFAQ
Why is the IMatrix not applied everywhere?
According to this investigation, it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).
How do I merge a split GGUF?
- Make sure you have
gguf-splitavailable - To get hold of
gguf-split, navigate to https://github.com/ggerganov/llama.cpp/releases - Download the appropriate zip for your system from the latest release
- Unzip the archive and you should be able to find
gguf-split - Locate your GGUF chunks folder (ex:
aya-23-35B.Q8_0) - Run
gguf-split --merge aya-23-35B.Q8_0/aya-23-35B.Q8_0-00001-of-XXXXX.gguf aya-23-35B.Q8_0.gguf - Make sure to point
gguf-splitto the first chunk of the split.
Got a suggestion? Ping me @legraphista!
