AirLLM v3.0.1
Patch release.
- Fix:
import airllmfailed on a clean install withModuleNotFoundError: No module named 'sentencepiece'.sentencepieceis now a declared dependency, sopip install airllmworks 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