converter system
This commit is contained in:
parent
d3dbf9a580
commit
748fb71980
9 changed files with 1012 additions and 14 deletions
8
services/modelstorage/__init__.py
Normal file
8
services/modelstorage/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Model storage module for managing TensorRT and PyTorch model files.
|
||||
"""
|
||||
|
||||
from .interface import IModelStorage
|
||||
from .file_storage import FileModelStorage
|
||||
|
||||
__all__ = ['IModelStorage', 'FileModelStorage']
|
||||
Loading…
Add table
Add a link
Reference in a new issue