Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion docs/native-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ After exporting a model, you will want to verify that the model
delivers output of high quality, and works as expected. Both can be
achieved with the Python environment. All torchchat Python comands
can work with exported models. Instead of loading the model from a
checkpoint or GGUF file, use the the `--dso-path model.so` and
checkpoint or GGUF file, use the `--dso-path model.so` and
`--pte-path model.pte` for loading both types of exported models. This
enables you to verify the quality of the exported models, and run any
tests that you may have developed in conjunction with exported models
Expand Down