We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4426541 commit 6b936c5Copy full SHA for 6b936c5
examples/openvino/llama/README.md
@@ -16,7 +16,7 @@ LLAMA_PARAMS=<path/to/model/folder>/params.json
16
LLAMA_TOKENIZER=<path/to/model/folder>/tokenizer.model
17
18
python -m executorch.extension.llm.export.export_llm \
19
- --config llama3_2_ov_4wo_config.yaml \
+ --config llama3_2_ov_4wo.yaml \
20
+base.model_class="llama3_2" \
21
+base.checkpoint="${LLAMA_CHECKPOINT:?}" \
22
+base.params="${LLAMA_PARAMS:?}" \
0 commit comments