From: Jie Fu (傅杰) Date: Wed, 24 Sep 2025 04:19:23 +0000 (+0800) Subject: model-conversion : fix the make targets in the README.md (#16209) X-Git-Tag: upstream/0.0.6641~80 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8ba548dae251f8f2e3834ed5226b76b6e4f4a485;p=pkg%2Fggml%2Fsources%2Fllama.cpp model-conversion : fix the make targets in the README.md (#16209) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu --- diff --git a/examples/model-conversion/README.md b/examples/model-conversion/README.md index 5e5992d9..e95e05cd 100644 --- a/examples/model-conversion/README.md +++ b/examples/model-conversion/README.md @@ -105,12 +105,12 @@ new model, the model can be converted to GGUF format using the following command ### Inspecting the converted model The converted model can be inspected using the following command: ```console -(venv) $ make inspect-converted-model +(venv) $ make causal-inspect-converted-model ``` ### Running the converted model ```console -(venv) $ make run-converted-model +(venv) $ make causal-run-converted-model ``` ### Model logits verfication