Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Releases: cpllab/lm-zoo

v1.3

03 Dec 18:46
Compare
Choose a tag to compare
  • Backend API has been refactored to support Pythonic backends (e.g. dummy backends which simply read model outputs from files, or thin backends which simply call models implemented in Python).
  • Model change: GPT-2 model now uses BOS tokens. See discussion in #67

Full Changelog: v1.2.3...v1.3

v1.2.3

26 Mar 15:36
Compare
Choose a tag to compare

Minor release. Support for T5 tokenizer (#61) and dependency updates.

v1.2.2

29 Jun 16:02
Compare
Choose a tag to compare

Minor release. Updates upstream dependencies.

v1.2.1

04 Jun 21:11
Compare
Choose a tag to compare

Bugfix release. This release fixes a critical issue affecting all Docker backend behavior on OS X. The fix is confirmed to be compatible with OS X 10.17.

v1.2

27 May 15:55
Compare
Choose a tag to compare

Features

  • (#48) Custom checkpoint mounting support in both the API and CLI. Still to be documented fully, but see Model.with_checkpoint(path) and the CLI flag --checkpoint. Works for both Docker and Singularity backends!
  • Minor documentation improvements; beginning of Python API documentation.

v1.1.1

25 May 15:29
Compare
Choose a tag to compare

Bugfixes.

v1.1

21 May 00:45
Compare
Choose a tag to compare

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

v1.1b0

14 May 15:49
Compare
Choose a tag to compare
v1.1b0 Pre-release
Pre-release

Features

  • (#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

v1.0.0

10 May 15:27
Compare
Choose a tag to compare

Initial public release