Download Latest Version v2.0.1_ Fix Python 3.12.3 compatibility source code.tar.gz (373.5 kB)
Email in envelope

Get an email when there's a new version of Curated Transformers

Home / v1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-10-02 2.0 kB
v1.3.0 (Venusian 1).tar.gz 2023-10-02 364.6 kB
v1.3.0 (Venusian 1).zip 2023-10-02 472.1 kB
Totals: 3 Items   838.7 kB 2

✨ New features and improvements

  • Add support for model repositories other than Hugging Face Hub (#331).
  • Add support for fsspec filesystems as a repository type (#327, [#331]).
  • Add support for NVTX Ranges (#320).
  • Add a config property to models to query their configuration (#328).

🔴 Bug fixes

  • Fix a potential loading issue that may arise when a model's dtype is not set in the Hugging Face configuration (#330).

🏛️ Feature: Model repositories

The new (experimental) repository API adds support for loading models from repositories other than Hugging Face Hub. You can also easily add your own repository types by implementing the Repository interface. Using a repository is as easy as calling the new from_repo method that is provided by all models and tokenizers:

:::python
from curated_transformers.models import AutoDecoder

decoder = AutoDecoder.from_repo(MyRepository("mpt-7b-my-qa"))

Curated Transformers comes with two repository classes out-of-the-box:

👥 Contributors

@danieldk, @honnibal, @ines, @shadeMe

Source: README.md, updated 2023-10-02