Update WARNING EXPERIMENTAL quant instructions
Browse files
README.md
CHANGED
@@ -142,6 +142,7 @@ numactl -N 1 -m 1 \
|
|
142 |
$ git clone https://github.com/ikawrakow/ik_llama.cpp
|
143 |
$ cd ik_llama.cpp
|
144 |
$ git remote add Thireus https://github.com/Thireus/ik_llama.cpp.git
|
|
|
145 |
$ git checkout glm-4.5-clean
|
146 |
|
147 |
# Build for hybrid CPU+CUDA
|
|
|
142 |
$ git clone https://github.com/ikawrakow/ik_llama.cpp
|
143 |
$ cd ik_llama.cpp
|
144 |
$ git remote add Thireus https://github.com/Thireus/ik_llama.cpp.git
|
145 |
+
$ git fetch Thireus
|
146 |
$ git checkout glm-4.5-clean
|
147 |
|
148 |
# Build for hybrid CPU+CUDA
|