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 f5a382f9732 Support loading inference pipelines for user-defined
models (#16835)
add 3c9b8e68897 Main process manages models, child process loads models.
(#16850)
No new revisions were added by this update.
Summary of changes:
.../core/inference/pipeline/basic_pipeline.py | 20 +-
.../core/inference/pipeline/pipeline_loader.py | 2 +-
.../iotdb/ainode/core/manager/model_manager.py | 6 +-
.../ainode/iotdb/ainode/core/manager/utils.py | 4 +-
.../iotdb/ainode/core/model/model_constants.py | 7 +
.../ainode/iotdb/ainode/core/model/model_info.py | 5 +-
.../ainode/iotdb/ainode/core/model/model_loader.py | 238 +++++++++------------
.../iotdb/ainode/core/model/model_storage.py | 7 +-
.../ainode/core/model/sktime/pipeline_sktime.py | 4 +-
.../ainode/core/model/sundial/pipeline_sundial.py | 4 +-
.../ainode/core/model/timer_xl/pipeline_timer.py | 4 +-
iotdb-core/ainode/iotdb/ainode/core/rpc/handler.py | 4 +-
12 files changed, 147 insertions(+), 158 deletions(-)