Skip to content

AirLLM v3.0.1

Latest

Choose a tag to compare

@lyogavin lyogavin released this 30 Jun 23:02

AirLLM v3.0.1

Patch release.

  • Fix: import airllm failed on a clean install with ModuleNotFoundError: No module named 'sentencepiece'. sentencepiece is now a declared dependency, so pip install airllm works out of the box.
  • Model-family imports are now defensive: a missing optional dependency for one niche model family no longer breaks the whole package — the generic streaming path always loads.

Upgrade

pip install --upgrade airllm