mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:06:30 +00:00
refactor external clients
put model batch size as parameter in config
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
{
|
||||
"PythonConfig": {
|
||||
"InferenceClientConfig": {
|
||||
"ZeroMqHost": "127.0.0.1",
|
||||
"ZeroMqPort": 5131,
|
||||
"RetryCount": 25,
|
||||
"TimeoutSeconds": 5,
|
||||
"ResourcesFolder": "stage"
|
||||
},
|
||||
"GpsDeniedClientConfig": {
|
||||
"ZeroMqHost": "127.0.0.1",
|
||||
"ZeroMqPort": 5231,
|
||||
"RetryCount": 25,
|
||||
"TimeoutSeconds": 5
|
||||
},
|
||||
"DirectoriesConfig": {
|
||||
|
||||
Reference in New Issue
Block a user