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 bb60a20 commit 799c61eCopy full SHA for 799c61e
.ci/scripts/test_model.sh
@@ -104,7 +104,7 @@ test_model() {
104
# Install requirements for export_llama
105
bash examples/models/llama/install_requirements.sh
106
# Test export_llama script: python3 -m examples.models.llama.export_llama.
107
- "${PYTHON_EXECUTABLE}" -m examples.models.llama.export_llama --model "${MODEL_NAME}" -c examples/models/llama/params/demo_rand_params.pth -p examples/models/phi_4_mini/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/phi4_mini/config.json
108
run_portable_executor_runner
109
rm "./${MODEL_NAME}.pte"
110
fi
0 commit comments