]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
model-conversion : fix the make targets in the README.md (#16209)
authorJie Fu (傅杰) <redacted>
Wed, 24 Sep 2025 04:19:23 +0000 (12:19 +0800)
committerGitHub <redacted>
Wed, 24 Sep 2025 04:19:23 +0000 (06:19 +0200)
Fix two incorrect make targets in the readme.

Signed-off-by: Jie Fu <redacted>
examples/model-conversion/README.md

index 5e5992d964bbd2e531cf16990ad804bdb0cb17c0..e95e05cd377cccb69f8f4f2b90a30fad9a6a7248 100644 (file)
@@ -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