The api-introspect job was pulling PyPI's `unsloth` via `pip install --no-deps unsloth`. Latest released PyPI unsloth lacks the CPU-torch fallback in unsloth/kernels/utils.py (lines 162-170) that this branch carries, so `import unsloth` crashes with AttributeError on `torch._C._cuda_getCurrentRawStream` (CPU torch doesn't compile that symbol). Switch to `pip install --no-deps -e ./unsloth` so the api-introspect job validates the code in THIS PR head, not whatever's currently on PyPI. unsloth_zoo continues to come from PyPI since the PR doesn't modify unsloth_zoo. |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODEOWNERS | ||
| dependabot.yml | ||
| FUNDING.yml | ||