mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
read cdn yaml config from api
automate tensorrt model conversion in case of no existing one for user's gpu
This commit is contained in:
@@ -7,12 +7,12 @@ cdef str ANNOTATIONS_QUEUE # Name of the annotations queue in rabbit
|
||||
cdef str API_URL # Base URL for the external API
|
||||
cdef str QUEUE_CONFIG_FILENAME # queue config filename to load from api
|
||||
|
||||
cdef str AI_ONNX_MODEL_FILE_BIG
|
||||
cdef str AI_ONNX_MODEL_FILE_SMALL
|
||||
cdef str AI_ONNX_MODEL_FILE
|
||||
|
||||
cdef str AI_TENSOR_MODEL_FILE_BIG
|
||||
cdef str AI_TENSOR_MODEL_FILE_SMALL
|
||||
cdef str CDN_CONFIG
|
||||
cdef str MODELS_FOLDER
|
||||
|
||||
cdef int SMALL_SIZE_KB
|
||||
|
||||
cdef bytes DONE_SIGNAL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user