This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch model-management
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from baa2c15d68d Update model_manager.py
add 21ad4ac87a0 stash
No new revisions were added by this update.
Summary of changes:
iotdb-core/ainode/iotdb/ainode/core/constant.py | 16 +-
iotdb-core/ainode/iotdb/ainode/core/exception.py | 5 +-
.../core/inference/inference_request_pool.py | 2 +-
.../ainode/core/inference/pipeline/__init__.py | 8 +-
.../core/inference/pipeline/basic_pipeline.py | 17 +-
.../iotdb/ainode/core/manager/model_manager.py | 41 +--
.../ainode/iotdb/ainode/core/manager/utils.py | 6 +-
.../model/{model_enums.py => model_constants.py} | 29 +-
.../ainode/iotdb/ainode/core/model/model_info.py | 54 ++--
.../ainode/iotdb/ainode/core/model/model_loader.py | 8 +-
.../iotdb/ainode/core/model/model_storage.py | 357 +++++++++------------
.../sktime/pipeline_sktime.py} | 0
.../ainode/core/model/sundial/modeling_sundial.py | 8 +-
.../sundial/pipeline_sundial.py} | 2 -
.../core/model/{timerxl => timer_xl}/__init__.py | 0
.../{timerxl => timer_xl}/configuration_timer.py | 0
.../model/{timerxl => timer_xl}/modeling_timer.py | 9 +-
.../timer_xl/pipeline_timer.py} | 4 +-
.../{timerxl => timer_xl}/ts_generation_mixin.py | 0
iotdb-core/ainode/iotdb/ainode/core/model/utils.py | 19 +-
iotdb-core/ainode/iotdb/ainode/core/rpc/handler.py | 86 ++---
21 files changed, 282 insertions(+), 389 deletions(-)
rename iotdb-core/ainode/iotdb/ainode/core/model/{model_enums.py =>
model_constants.py} (67%)
rename
iotdb-core/ainode/iotdb/ainode/core/{inference/pipeline/sktime_pipeline.py =>
model/sktime/pipeline_sktime.py} (100%)
rename
iotdb-core/ainode/iotdb/ainode/core/{inference/pipeline/sundial_pipeline.py =>
model/sundial/pipeline_sundial.py} (95%)
rename iotdb-core/ainode/iotdb/ainode/core/model/{timerxl =>
timer_xl}/__init__.py (100%)
rename iotdb-core/ainode/iotdb/ainode/core/model/{timerxl =>
timer_xl}/configuration_timer.py (100%)
rename iotdb-core/ainode/iotdb/ainode/core/model/{timerxl =>
timer_xl}/modeling_timer.py (98%)
rename
iotdb-core/ainode/iotdb/ainode/core/{inference/pipeline/timerxl_pipeline.py =>
model/timer_xl/pipeline_timer.py} (92%)
rename iotdb-core/ainode/iotdb/ainode/core/model/{timerxl =>
timer_xl}/ts_generation_mixin.py (100%)