Skip to content

v0.3.0

Compare
Choose a tag to compare
@kaczmarj kaczmarj released this 21 Jun 21:45
· 7 commits to main since this release
0f62e0d

This release introduces JSON schemas against which the registry JSON or model config files can be validated. It also includes validation commands via the CLI to validate whether huggingface repositories have the necessary things to be used by wsinfer and to validate model config files.

wsinfer-zoo validate-repo
wsinfer-zoo validate-config

What's Changed

  • Add schema and expand command line program by @kaczmarj in #3
  • ENH: set local path based on whether pyinstaller is running by @kaczmarj in #4

Full Changelog: v0.2.0...v0.3.0