noctrex commited on
Commit
e11cf13
·
verified ·
1 Parent(s): dfa6f2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,4 +5,6 @@ base_model:
5
  ---
6
  This is a MXFP4_MOE imatrix quantization of the model [NVIDIA-Nemotron-3-Nano-30B-A3B](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16), based on the imatrix from unsloth.
7
 
8
- Get the latest [llama.cpp](https://github.com/ggml-org/llama.cpp/releases) in order to run it.
 
 
 
5
  ---
6
  This is a MXFP4_MOE imatrix quantization of the model [NVIDIA-Nemotron-3-Nano-30B-A3B](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16), based on the imatrix from unsloth.
7
 
8
+ As this is not yet supported in the mainline llama.cpp yet, you'll need to compile a special merge of it from here in order to run it:
9
+ https://github.com/ggml-org/llama.cpp/pull/18058
10
+