From 5c01fc723e1b0c4360f71fe0e05081c6498fd98d Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:11:05 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c672f6a77..2bd976372 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,11 @@ format: ``` python utils/tokenizer.py --tokenizer-model=${MODEL_DIR}tokenizer.model +``` + +We will later disucss how to use this model, as described under *STANDALONE EXECUTION* in a Python-free +environment: +``` ./run ${MODEL_OUT}/model.{so,pte} -z ${MODEL_OUT}/tokenizer.bin ```