Skip to content

Commit 6b936c5

Browse files
authored
Update README.md
1 parent 4426541 commit 6b936c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openvino/llama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LLAMA_PARAMS=<path/to/model/folder>/params.json
1616
LLAMA_TOKENIZER=<path/to/model/folder>/tokenizer.model
1717
1818
python -m executorch.extension.llm.export.export_llm \
19-
--config llama3_2_ov_4wo_config.yaml \
19+
--config llama3_2_ov_4wo.yaml \
2020
+base.model_class="llama3_2" \
2121
+base.checkpoint="${LLAMA_CHECKPOINT:?}" \
2222
+base.params="${LLAMA_PARAMS:?}" \

0 commit comments

Comments
 (0)