mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:16:33 +00:00
move zmq port to config file for C# and python
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cdef int ZMQ_PORT = 5127 # Port for the zmq
|
||||
cdef str CONFIG_FILE = "config.yaml" # Port for the zmq
|
||||
|
||||
cdef int QUEUE_MAXSIZE = 1000 # Maximum size of the command queue
|
||||
cdef int QUEUE_MAXSIZE = 1000 # Maximum size of the command queue
|
||||
cdef str COMMANDS_QUEUE = "azaion-commands"
|
||||
cdef str ANNOTATIONS_QUEUE = "azaion-annotations"
|
||||
|
||||
@@ -9,4 +9,4 @@ cdef str QUEUE_CONFIG_FILENAME = "secured-config.json"
|
||||
cdef str AI_MODEL_FILE = "azaion.onnx"
|
||||
|
||||
cdef bytes DONE_SIGNAL = b"DONE"
|
||||
cdef int MODEL_BATCH_SIZE = 4
|
||||
cdef int MODEL_BATCH_SIZE = 4
|
||||
|
||||
Reference in New Issue
Block a user