Skip to content

Commit 8ba548d

Browse files
authored
model-conversion : fix the make targets in the README.md (#16209)
Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <[email protected]>
1 parent f505bd8 commit 8ba548d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/model-conversion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ new model, the model can be converted to GGUF format using the following command
105105
### Inspecting the converted model
106106
The converted model can be inspected using the following command:
107107
```console
108-
(venv) $ make inspect-converted-model
108+
(venv) $ make causal-inspect-converted-model
109109
```
110110

111111
### Running the converted model
112112
```console
113-
(venv) $ make run-converted-model
113+
(venv) $ make causal-run-converted-model
114114
```
115115

116116
### Model logits verfication

0 commit comments

Comments
 (0)