Releases: cceyda/torchserve-dashboard
Releases · cceyda/torchserve-dashboard
Update to torchserve 0.6.0
Update to torchserve 0.5.0
Update to v0.5, adding support for encrypted model serving (not tested). Update streamlit to v1+
What's Changed
- Improvements of package setup logic by @FlorianMF in #5
- WIP: Add type annotations by @FlorianMF in #7
- Update to 0.5.0 by @cceyda in #15
New Contributors
- @FlorianMF made their first contribution in #5
Full Changelog: v0.4.0...v0.5.0
update to torchserve 0.4
Merge pull request #3 from cceyda/refactor_workflow Update to v0.4
Fix click dependency
Fix click dependency
click<8.0,>=7.0
added default config with MANIFEST
added default config with MANIFEST
Update to v0.3
update streamlit
update config & make it optional.
Auto create folders.
better error checking& reporting
Functionality & UI updates
[16-feb-2021] (functionality) make logpath configurable,(functionality)remove model_name requirement,(UI)add cosmetic error messages
[Wrong release] functionality & UI updates
[16-feb-2021] (functionality) make logpath configurable,(functionality)remove model_name requirement,(UI)add cosmetic error messages
add scale workers tab
Add scale workers tab for https://pytorch.org/serve/management_api.html#scale-workers
Management Dashboard for Torchserve
Management Dashboard for Torchserve version 0.2.0.
add missing dependencies.