Intelligent Engine Release Notes¶
This page lists the Release Notes for Intelligent Engine, so that you can learn its evolution path and feature changes.
2024-07-31¶
v0.7.0¶
Features¶
- Added support for
Datasetsto query preheating progress after dataset creation, along with a quick debug entry. - Added support for
Training Tasksto create both single-machine and distributed tasks withMxNet. - Added support for
Training Tasksto createMPIdistributed tasks. - Added support for
Training Tasksto use a default image, standardizing the use of base images. - Added support for
Training Tasksto configure the startup command directly with a startup script. - Added support for
Training Tasksto specify the working directory location for run parameters. - Added support for
Inference Tasksto display example documentation forAPIcalls in the details. - Improved the
Env Managementlist to show the package managers andPythonversions available in the environment.
2024-07-10¶
v0.6.1¶
Fixes¶
- Fixed an issue where
Inferencecreate services using theTritonframework lacked thevLLMoption.
2024-06-30¶
v0.6.0¶
Features¶
- Added support for creating
CodetypeNotebook, providing a nativeVS Codedevelopment experience. - Added support for quickly copying
Notebook. - Added when selecting a worker cluster, display the cluster's status information, making it unselectable if it is disconnected or offline.
- Added support for using
vLLMas the inference engine, exposing nativevLLMcapabilities when creating inference services. - Added
vLLMsupports configuringLorainference parameters when creating inference services.
Optimization¶
- Optimized the default queue priority to
Highwhen creating aNotebook.
Fixes¶
- Fixed an issue with minimum resource limits for
Tensorboardto prevent startup failures due to insufficient resources. - Fixed an issue with the Chinese descriptions of task statuses to avoid misunderstandings caused by unclear status descriptions.
2024-05-30¶
v0.5.0¶
Features¶
- Added support for adding
Tensorboardanalysis dashboard when creating tasks withbaizectl. - Added support for binding
Jobto custom environments created inEnvironment Management. - Added optimizations for custom environment configuration updates and improvements to the
Pythonversion selector inEnvironment Management. - Added support for viewing resource monitoring dashboards in the details of
Inference Service. - Added support for binding
Inference Serviceto custom environments created inEnvironment Management.
Fixes¶
- Fixed an issue where
Pythonversion prompts permission problems in certain cases within environment management. - Fixed an issue where the inference service does not support stopping during exceptions.
2024-04-30¶
v0.4.0¶
Features¶
- Added
Notebooknow supports local SSH access, compatible with various development tools such as Pycharm, and VS Code. - Added upgrade
Notebookimage to support the built-inCLItoolbaizectl, for command-line task submission and management. - Added
Notebookadds affinity scheduling policy configuration. - Added distributed training tasks can now configure
SHM sizethrough the UI. - Added one-click restart function for training tasks.
- Added model training tasks support custom cluster scheduler specification.
- Added training task analysis tool
Tensorboardsupport, can be launched with one click inNotebookand training tasks. - Added when editing queue quotas, hints are provided for the shared resource configuration of the current workspace.
- Added upgrade and adapt Kueue version to
v0.6.2.
Fixes¶
- Fixed an occasional sync anomaly issue with
NotebookCRD. - Fixed an issue where the query interface for
Notebookaffinity configuration parameters did not return.
2024-04-01¶
v0.3.0¶
Features¶
- Added the Notebooks module, supporting development tools like
Jupyter Notebook. - Added the Job Center module, supporting the training of jobs with various mainstream development frameworks such as
Pytorch,Tensorflow, andPaddle. - Added the Model Inference module, supporting rapid deployment of
Model Serving, compatible with any model algorithm and large language models. - Added the Data Management module, supporting the integration of mainstream data sources such as
S3,NFS,HTTP, andGit, with support for automatic data preheating.