From 8ba548dae251f8f2e3834ed5226b76b6e4f4a485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jie=20Fu=20=28=E5=82=85=E6=9D=B0=29?= Date: Wed, 24 Sep 2025 12:19:23 +0800 Subject: [PATCH] model-conversion : fix the make targets in the README.md (#16209) Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu --- examples/model-conversion/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/model-conversion/README.md b/examples/model-conversion/README.md index 5e5992d964..e95e05cd37 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