mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:36:31 +00:00
refactor external clients
put model batch size as parameter in config
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
public class SecureAppConfig
|
||||
{
|
||||
public PythonConfig PythonConfig { get; set; } = null!;
|
||||
public InferenceClientConfig InferenceClientConfig { get; set; } = null!;
|
||||
public GpsDeniedClientConfig GpsDeniedClientConfig { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user