| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AirLLM v3.0.1 source code.tar.gz | 2026-06-30 | 2.3 MB | |
| AirLLM v3.0.1 source code.zip | 2026-06-30 | 2.4 MB | |
| README.md | 2026-06-30 | 486 Bytes | |
| Totals: 3 Items | 4.7 MB | 2 | |
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
:::bash
pip install --upgrade airllm