Skip to content

Olive-ai 0.2.1

Compare
Choose a tag to compare
@leqiao-1 leqiao-1 released this 23 May 07:14

Examples

The following examples are added

General

  • Enable hardware accelerator for Olive. It introduced new config accelerators in systems, for example, CPU, GPU etc. and execution_providers in engine, for example CPUExecutionProvider, CUDAExecutionProvider etc.

Evaluator

  • Support for evaluating distributed ONNX models

Metrics

  • Extend metrics' sub_type to accept list input to gather the results in one evaluation job if possible, and add sub_type_for_rank to sort/search strategy and etc.