v0.8.1
Pre-release
Pre-release
Fixes
- fix model cache in device workers (#227)
Model Cache
This should restore normal functionality to the model cache. The default cache limit is still fairly low, 2 models, and can be raised by setting the ONNX_WEB_CACHE_MODELS
environment variable:
# on linux:
> export ONNX_WEB_CACHE_MODELS=5
# on windows:
> set ONNX_WEB_CACHE_MODELS=5
Artifacts
- https://ssube.github.io/onnx-web/v0.8.1/index.html
- https://hub.docker.com/repository/docker/ssube/onnx-web-api
podman pull docker.io/ssube/onnx-web-api:v0.8.1-cpu-buster
podman pull docker.io/ssube/onnx-web-api:v0.8.1-cuda-ubuntu
podman pull docker.io/ssube/onnx-web-api:v0.8.1-rocm-ubuntu
- https://hub.docker.com/repository/docker/ssube/onnx-web-gui
podman pull docker.io/ssube/onnx-web-gui:v0.8.1-nginx-alpine
podman pull docker.io/ssube/onnx-web-gui:v0.8.1-nginx-bullseye
podman pull docker.io/ssube/onnx-web-gui:v0.8.1-node-alpine
podman pull docker.io/ssube/onnx-web-gui:v0.8.1-node-bullseye
- https://www.npmjs.com/package/@apextoaster/onnx-web
yarn add @apextoaster/[email protected]
- https://pypi.org/project/onnx-web/
pip install onnx-web==0.8.1
Release checklist: #240
Release milestone: https://github.com/ssube/onnx-web/milestone/9?closed=1
Release pipeline: https://git.apextoaster.com/ssube/onnx-web/-/pipelines/49388