diff options
Diffstat (limited to 'examples/imatrix/README.md')
-rw-r--r-- | examples/imatrix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imatrix/README.md b/examples/imatrix/README.md index 578e8fc2..458c01b8 100644 --- a/examples/imatrix/README.md +++ b/examples/imatrix/README.md @@ -22,7 +22,7 @@ For faster computation, make sure to use GPU offloading via the `-ngl` argument ## Example ```bash -LLAMA_CUBLAS=1 make -j +LLAMA_CUDA=1 make -j # generate importance matrix (imatrix.dat) ./imatrix -m ggml-model-f16.gguf -f train-data.txt -ngl 99 |