v0.11.0Latest
Run machine-learning models inside your functions, drop binary files like models and images straight into the editor, and list your deployed functions from the CLI.
- NewRun ONNX and scikit-learn models on your Python functions. The model runtimes (onnxruntime, onnx, scikit-learn) attach as ready-made layers, so you ship a model next to your code, load it once when the function warms up, and serve predictions over HTTP—no separate model server to run.
- NewDrag binary files—ML models, images, datasets—straight onto the file tree in the browser editor. They're stored byte-for-byte, so a model you upload loads correctly at runtime. Files up to 50MB.
- ImprovedList your deployed functions from the terminal with inquir list -r, plus a refreshed CLI install and usage guide so you always get the latest version.
- FixedRemoving a layer now cleans up every reference to it automatically, so your other functions never end up pointing at a layer that no longer exists.
- NewNew documentation: a guide to running ML models (ONNX), plus expanded pages for the browser editor and the command-line interface.