Skip to content

Commit fd8d18e

Browse files
authored
Update llm_linux.rst - fixing model_generate words
1 parent 1f12d32 commit fd8d18e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/llm_linux.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,10 @@ Postprocessing
152152
===============
153153
154154
- Model Quantization step produces Pytorch quantized model.
155-
- Model_generate script converts Pytorch quantized model to Onnx format for NPU Execution mode.
155+
- Model_generate script initially converts Pytorch quantized model to Onnx format and subsequently postprocess to run for NPU Execution mode.
156156
157157
.. code-block:: bash
158158
159-
# Required while converting from Pytorch Quantization to Onnx format
160159
pip install onnx-ir
161160
162161
model_generate --npu <output_dir> <quantized_model_path> --optimize decode

0 commit comments

Comments
 (0)