You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add an explicit artifact check that fails if any .onnx file is still bundled.
- Use from __future__ import annotations for Python <3.9 compatibility.
- DELETE /{model_key} delete guard against active sessions.
- De-duplication for concurrent /setup or /download/{model_key} for the same model.
- SSE heartbeat interval.
- Nested HTTP streams on 416 raise_for_status() ordering.
- Fix divide-by-zero edge case.
0 commit comments