Skip to content

Commit 86a84a3

Browse files
authored
Update Llama Example Readme (#12956)
### Summary Modified the path for config file. Added the missing `/`
1 parent 70ab5ab commit 86a84a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ LLAMA_CHECKPOINT=path/to/consolidated.00.pth
168168
LLAMA_PARAMS=path/to/params.json
169169
170170
python -m extension.llm.export.export_llm \
171-
--config examples/models/llamaconfig/llama_bf16.yaml \
171+
--config examples/models/llama/config/llama_bf16.yaml \
172172
+base.model_class="llama3_2" \
173173
+base.checkpoint="${LLAMA_CHECKPOINT:?}" \
174174
+base.params="${LLAMA_PARAMS:?}" \

0 commit comments

Comments
 (0)