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.
2 parents 38cfb8d + 56f02f1 commit 3291cb7Copy full SHA for 3291cb7
.ci/scripts/test_llama.sh
@@ -141,7 +141,7 @@ if [[ "${CUSTOM}" == "ON" ]]; then
141
EXPORT_ARGS="${EXPORT_ARGS} --use_sdpa_with_kv_cache"
142
fi
143
if [[ "${QE}" == "ON" ]]; then
144
- EXPORT_ARGS="${EXPORT_ARGS} --embedding-quantize '8,1024'"
+ EXPORT_ARGS="${EXPORT_ARGS} --embedding-quantize 8,1024"
145
146
# Add dynamically linked library location
147
$PYTHON_EXECUTABLE -m examples.models.llama2.export_llama ${EXPORT_ARGS}
0 commit comments