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 dd8f182 commit 9393b8cCopy full SHA for 9393b8c
.ci/scripts/test_model.sh
@@ -77,7 +77,7 @@ test_model() {
77
# Install requirements for export_llama
78
bash examples/models/llama/install_requirements.sh
79
# Test export_llama script: python3 -m examples.models.llama.export_llama
80
- "${PYTHON_EXECUTABLE}" -m examples.models.llama.export_llama -c examples/models/llama/params/demo_rand_params.pth -p examples/models/llama/params/demo_config.json
+ "${PYTHON_EXECUTABLE}" -m examples.models.llama.export_llama --model "${MODEL_NAME}" -c examples/models/llama/params/demo_rand_params.pth -p examples/models/llama/params/demo_config.json
81
run_portable_executor_runner
82
rm "./${MODEL_NAME}.pte"
83
fi
0 commit comments