项目文件夹

文件
Yu Li 6436dce154 Fix import airllm failing on clean installs (3.0.1)
- 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>
2026-06-30 18:00:40 -05:00
..
2024-07-31 03:52:35 +00:00
2023-12-19 13:55:57 -06:00
2023-11-17 15:12:39 -06:00
2023-11-17 15:12:39 -06:00