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 70ab5ab commit 86a84a3Copy full SHA for 86a84a3
examples/models/llama/README.md
@@ -168,7 +168,7 @@ LLAMA_CHECKPOINT=path/to/consolidated.00.pth
168
LLAMA_PARAMS=path/to/params.json
169
170
python -m extension.llm.export.export_llm \
171
- --config examples/models/llamaconfig/llama_bf16.yaml \
+ --config examples/models/llama/config/llama_bf16.yaml \
172
+base.model_class="llama3_2" \
173
+base.checkpoint="${LLAMA_CHECKPOINT:?}" \
174
+base.params="${LLAMA_PARAMS:?}" \
0 commit comments