- CLI tools for benchmarking are now available in the package:
- You can now run `python -m neutone_sdk.benchmark benchmark-speed --model_file <path-to-model.nm>` or `python -m neutone_sdk.benchmark benchmark-latency --model_file <path-to-model.nm>` for speed and latency benchmarks respectively.
- Profiling is also possible with `python -m neutone_sdk.benchmark profile --model_file <path-to-model.nm>`.
- Check the [dedicated README section](https://github.com/QosmoInc/neutone_sdk#benchmarking-and-profiling) for more detailed information.
- A set of default benchmarks are also ran automatically when a model is exported.
- The limit on PyTorch is lifted to 2.2.0, enabling users to use the newly released 2.1.0.