write logs for inference and loader to file

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-14 16:08:32 +03:00
parent 8aa2f563a4
commit 6f297c4ebf
30 changed files with 218 additions and 140 deletions
+1
View File
@@ -33,6 +33,7 @@ venv\Scripts\pyinstaller --name=azaion-inference ^
--collect-all pycuda ^
--collect-all pynvml ^
--collect-all jwt ^
--collect-all loguru ^
--hidden-import constants ^
--hidden-import file_data ^
--hidden-import remote_command ^