The [`intelgputorch210` extra](https://github.com/unslothai/unsloth/blob/5fa8683b27333111657e1976166fabce7e4abed5/pyproject.toml#L1023-L1030) in `pyproject.toml` seems to pin the wrong triton package for PyTorch 2.10+xpu. Currently it pins `pytorch_triton_xpu 3.5.0`. It should be [`triton-xpu 3.6.0`](https://download.pytorch.org/whl/xpu) from my understanding for PyTorch 2.10+xpu.
The
intelgputorch210extra inpyproject.tomlseems to pin the wrong triton package for PyTorch 2.10+xpu.Currently it pins
pytorch_triton_xpu 3.5.0. It should betriton-xpu 3.6.0from my understanding for PyTorch 2.10+xpu.