Release Notes
Serving 1.7.0 Release Notes
Major Features and Improvements
[DEMO] Ascend 310P can be used as the inference device, for more detail see MindSpore Serving backend.
[DEMO] Support models of MindIR format when MindSpore Lite is used as the MindSpore Serving inference backend, for more detail see MindSpore Serving backend.
Deprecations
Python API
AclOptions
andGpuOptions
are removed from version 1.7.0, and useAscendDeviceInfo
andGPUDeviceInfo
instead.register.declare_sevable
andregister.call_servable
are removed from version 1.7.0, and useregister.declare_model
andregister.add_stage
instead.register.call_preprocess
,register.call_preprocess_pipeline
,register.call_postprocess
andregister.call_postprocess_pipeline
are removed from version 1.7.0, and useregister.add_stage
instead.
Contributors
Thanks goes to these wonderful people:
qinzheng, xuyongfei, zhangyinxia, zhoufeng.
Contributions of any kind are welcome!