Skip to content

Commit

Permalink
utilise command generated in preprocess in batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Oct 18, 2024
1 parent c9bbd2a commit a7abc55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/get-ml-model-huggingface-zoo/run.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
%CM_PYTHON_BIN_WITH_PATH% %CM_TMP_CURRENT_SCRIPT_PATH%\download_model.py
IF %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
echo %CM_RUN_CMD%
call %CM_RUN_CMD%
if errorlevel 1 exit /b %errorlevel%

0 comments on commit a7abc55

Please sign in to comment.