Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 912917f

Browse files
authored
docs: update native-execution.md (#1006)
minor fix
1 parent 9e09fdc commit 912917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/native-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ After exporting a model, you will want to verify that the model
162162
delivers output of high quality, and works as expected. Both can be
163163
achieved with the Python environment. All torchchat Python comands
164164
can work with exported models. Instead of loading the model from a
165-
checkpoint or GGUF file, use the the `--dso-path model.so` and
165+
checkpoint or GGUF file, use the `--dso-path model.so` and
166166
`--pte-path model.pte` for loading both types of exported models. This
167167
enables you to verify the quality of the exported models, and run any
168168
tests that you may have developed in conjunction with exported models

0 commit comments

Comments
 (0)