Skip to content

Concerto v0.82.9

Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 09 Sep 21:23

This is a patch release, which allows users to control whether to resolve external models or not ("offline" mode) from the command line, and improves the build / testing process.

🏖️ Work offline with the CLI and ModelLoader class (#202)

  • Concerto CLI now supports an option --offline which can be used to disable external models resolution. This can be used when all models are local.
  • New offline option for the ModelLoader class, which disables external models resolution. This can improve performances when external model resolution is not needed.

🏗️ Build

  • Version checking for the changelog and API documentation generation does not fail anymore for the next available version (#204)