Skip to content

Releases: cceyda/torchserve-dashboard

Update to torchserve 0.6.0

01 Aug 12:55
378a0ff
Compare
Choose a tag to compare

What's Changed

  • update streamlit version to v1.11.1 by @cceyda in #18
  • Better caching using @st.experimental_singleton #19
  • Added --init option to initialize torchserve on start #19
  • Update to match changes in torchserve v0.6 @cceyda in #19

Full Changelog: v0.5.0...v0.6.0

Update to torchserve 0.5.0

30 Nov 17:16
Compare
Choose a tag to compare

Update to v0.5, adding support for encrypted model serving (not tested). Update streamlit to v1+

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

update to torchserve 0.4

13 Jun 16:30
9859689
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from cceyda/refactor_workflow

Update to v0.4

Fix click dependency

12 Jun 13:04
2d43224
Compare
Choose a tag to compare

Fix click dependency

click<8.0,>=7.0

added default config with MANIFEST

09 May 19:25
Compare
Choose a tag to compare

added default config with MANIFEST

Update to v0.3

09 May 18:56
Compare
Choose a tag to compare

update streamlit
update config & make it optional.
Auto create folders.
better error checking& reporting

Functionality & UI updates

16 Feb 08:58
Compare
Choose a tag to compare

[16-feb-2021] (functionality) make logpath configurable,(functionality)remove model_name requirement,(UI)add cosmetic error messages

[Wrong release] functionality & UI updates

16 Feb 08:53
Compare
Choose a tag to compare

[16-feb-2021] (functionality) make logpath configurable,(functionality)remove model_name requirement,(UI)add cosmetic error messages

add scale workers tab

15 Oct 08:12
60bc79b
Compare
Choose a tag to compare

Management Dashboard for Torchserve

13 Oct 23:48
18da1be
Compare
Choose a tag to compare

Management Dashboard for Torchserve version 0.2.0.
add missing dependencies.