BLS-Mini-Code-1.0 / README.md
michaelw9999's picture
Update README.md
c22f6ba verified
metadata
base_model:
  - CohereLabs/BLS-Mini-Code-1.0
tags:
  - cohere2
  - cohere2_moe
  - llama.cpp
  - BLS
  - BLS-Mini-Code
  - BLS-Mini-Code-1.0

This is an experimental quantization of CohereLab's BLS-Mini-Code-1.0, a 30B A3B MoE model, and is still in development.
I am not affiliated with CohereLabs in any way and this is my own independent work.
To use these GGUFs with llama.cpp, you must install the llama.cpp PR #24260 for the Cohere2-MoE :

git fetch origin pull/24260/head:cohere2-moe
git checkout cohere2-moe

OR

gh pr checkout 24260