This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
v1.1
Features
- (#41) Preliminary support for a Singularity backend (currently undocumented). While all official models are Docker-only, the
lm-zoo
CLI and API support running custom local Singularity images by giving Singularity images as model references: e.g.,singularity://path/to/image.sif
. - (#33) Models can partially implement the LM Zoo API contract. The API and CLI smoothly handles the case where the client invokes unsupported features on a model.
- (#38) New Python API available via the
lm_zoo
module. Public documentation is forthcoming. - (#39) Support for extracting model predictions with
lm-zoo get-predictions
. - Minimal integration testing for the API and CLI tool
Bugfixes
- fixed: some LM Zoo commands hung indefinitely when given input without a final terminating newline