diff --git a/Azaion.Inference/build_inference.cmd b/Azaion.Inference/build_inference.cmd index f0b14f7..eb4b677 100644 --- a/Azaion.Inference/build_inference.cmd +++ b/Azaion.Inference/build_inference.cmd @@ -2,7 +2,7 @@ echo Build Cython app set CURRENT_DIR=%cd% REM Change to the parent directory of the current location -cd /d %~dp0.. +cd /d %~dp0 echo remove dist folder: if exist dist rmdir dist /s /q diff --git a/build/download_models.cmd b/build/download_models.cmd index d6cc6c9..9063a61 100644 --- a/build/download_models.cmd +++ b/build/download_models.cmd @@ -2,7 +2,7 @@ set CURRENT_DIR=%cd% REM Change to the parent directory of the current location -cd /d %~dp0.. +cd /d %~dp0 if not exist cdn_manager.exe ( echo Install cdn_manager