move python inference to Azaion.Inference folder

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-06 10:48:03 +02:00
parent 739759628a
commit ba3e3b4a55
39 changed files with 313 additions and 173 deletions
@@ -23,4 +23,6 @@ public class SecurityConstants
public const int ZMQ_PORT = 5127;
#endregion SocketClient
public static string AzaionInferencePath = "azaion-inference.exe";
}