mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +00:00
Add missing models service
This commit is contained in:
parent
f9c60904f4
commit
afec38a50e
@ -4,6 +4,7 @@ from .v2_4 import queues
|
||||
from .v2_4 import tasks
|
||||
from .v2_4 import workers
|
||||
from .v2_4 import events
|
||||
from .v2_4 import models
|
||||
|
||||
__all__ = [
|
||||
'auth',
|
||||
@ -12,4 +13,5 @@ __all__ = [
|
||||
'tasks',
|
||||
'workers',
|
||||
'events',
|
||||
'models',
|
||||
]
|
||||
|
2850
trains_agent/backend_api/services/v2_4/models.py
Normal file
2850
trains_agent/backend_api/services/v2_4/models.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user