lyogavin--airllm
6436dce154
- Declare sentencepiece as a dependency: the eagerly-imported Baichuan tokenizer needs it, so a fresh `pip install airllm` + `import airllm` crashed with ModuleNotFoundError on 3.0.0. - Make per-model-family imports in __init__ defensive so a missing optional dependency for one niche family only warns instead of breaking the whole package; the core AutoModel/AirLLMBaseModel path always loads. - Bump version to 3.0.1. Co-authored-by: Cursor <cursoragent@cursor.com>