stop inference on stop pressed

small fixes
This commit is contained in:
Alex Bezdieniezhnykh
2025-03-24 10:52:32 +02:00
parent 6429ad62c2
commit 73c2ab5374
11 changed files with 40 additions and 29 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ move dist\Azaion.Dataset.dll dist\dummy\
echo Build Cython app
cd Azaion.Inference
call ".\venv\Scripts\activate.bat"
pyinstaller --onefile ^
.\venv\Scripts\pyinstaller --onefile ^
--collect-all jwt ^
--collect-all requests ^
--collect-all psutil ^