From f02bdd21d9e4b5bfc5b1ce30efd8d7c118bd5b19 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 4 Aug 2024 00:18:26 +0900 Subject: [PATCH] docs: update native-execution.md minor fix --- docs/native-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-execution.md b/docs/native-execution.md index cdfbae6bb..5f62e5aa5 100644 --- a/docs/native-execution.md +++ b/docs/native-execution.md @@ -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