From 006499c2ee5bb15e16fe2c13891b757cc4525f9f Mon Sep 17 00:00:00 2001 From: dzaitsev Date: Wed, 7 May 2025 17:31:16 +0300 Subject: [PATCH] fixed pushd / pulld commands in cmd --- Azaion.Inference/build_inference.cmd | 2 +- build/download_models.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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