Skip to content

v1.1.0

Choose a tag to compare

@igamenovoer igamenovoer released this 03 Oct 20:37
· 5 commits to main since this release

Release v1.1.0

Highlights

  • DNN Model Repository: install/list/get/prune jobs, convert/delete, scan_folder, empty cache, get stats, HF login/logout/status
  • Job handle: wait_until(timeout=None) with native exceptions (ModelInstallJobFailed, ModelInstallTimeout)
  • Idempotent installs: 409 already-installed returns synthetic COMPLETED handle (reason=already_installed)
  • delete_all_models(): convenience for cleanup
  • Docs: new DNN Model Repository page; updated client, boards, models; user guide models revised

Breaking changes

  • None

Upgrade notes

  • Use wait_until(timeout=None) for install jobs; handle ModelInstallJobFailed for failures
  • Scans require CONTAINER_EXTERNAL_MODEL_DIR if using manual scripts