Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/model-conversion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down