mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 18:36:32 +00:00
add resource check
incorrect pass / hw handling in a loader
This commit is contained in:
@@ -6,4 +6,8 @@ public static class Constants
|
||||
public const string API_URL = "https://api.azaion.com";
|
||||
public const string AZAION_SUITE_EXE = "Azaion.Suite.exe";
|
||||
public const string SUITE_FOLDER = "suite";
|
||||
public const string INFERENCE_EXE = "azaion-inference";
|
||||
public const string EXTERNAL_LOADER_PATH = "azaion-loader.exe";
|
||||
public const int EXTERNAL_LOADER_PORT = 5020;
|
||||
public const string EXTERNAL_LOADER_HOST = "127.0.0.1";
|
||||
}
|
||||
Reference in New Issue
Block a user