Skip to content

Commit b406472

Browse files
tmp
1 parent c92e46e commit b406472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows_prepare_llm_models.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if exist "%~1\%RERANK_MODEL%\tmp" (
8989
echo Models directory %~1\%RERANK_MODEL%\ov exists. Skipping downloading models.
9090
) else (
9191
echo Downloading rerank model to %~1\%RERANK_MODEL%\ov directory.
92-
python demos\common\export_models\export_model.py rerank_ov --source_model "%RERANK_MODEL%" --weight-format int8 --model_repository_path %~1
92+
python demos\common\export_models\export_model.py rerank_ov --source_model "%RERANK_MODEL%" --weight-format int8 --model_repository_path %~1 --overwrite_models
9393
if !errorlevel! neq 0 exit /b !errorlevel!
9494
)
9595

0 commit comments

Comments
 (0)