michaelw9999 commited on
Commit
c22f6ba
·
verified ·
1 Parent(s): 3f6dcd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -8,4 +8,19 @@ tags:
8
  - BLS
9
  - BLS-Mini-Code
10
  - BLS-Mini-Code-1.0
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - BLS
9
  - BLS-Mini-Code
10
  - BLS-Mini-Code-1.0
11
+ ---
12
+ <P>
13
+ This is an experimental quantization of CohereLab's BLS-Mini-Code-1.0, a 30B A3B MoE model, and is still in development.<BR>
14
+ I am not affiliated with CohereLabs in any way and this is my own independent work.<BR>
15
+ To use these GGUFs with llama.cpp, you <B>must install</B> the <A HREF="https://github.com/ggml-org/llama.cpp/pull/24260">llama.cpp PR #24260</A> for the Cohere2-MoE :<br>
16
+ </P>
17
+
18
+ ```
19
+ git fetch origin pull/24260/head:cohere2-moe
20
+ git checkout cohere2-moe
21
+
22
+ OR
23
+
24
+ gh pr checkout 24260
25
+ ```
26
+