{{ message }}
Update README to include Intel XPU support description for unsloth studio - #9250
Merged
danielhanchen merged 1 commit intoAug 19, 2026
Merged
Conversation
Member
JoshuaL3000
force-pushed
the
fix/readme-xpu-studio-support
branch
from
August 19, 2026 05:32
460c0e1 to
12f992c
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What This PR Does
Adds Intel GPU (XPU) support to the Unsloth studio section in the README.
Depends on #9084 which enables XPU auto-detection and llama.cpp SYCL compilation, which this PR also validates it on Intel hardware, see section below.
Validation
Tested #9084 implementation and verified its working on an Intel 4x Arc Pro B60 24GB (XPU).
I had to explicitly source
oneapi/setvars.shto enablesycl-lsandicpxonPATHand setUNSLOTH_LLAMA_FORCE_COMPILE=1(fromstudio/setup.sh) to force the source build path so that llama.cpp builds on the SYCL backend rather than Vulkan backend.Install command for Intel XPU detection:
Note: Not sourcing
oneapi/setvars.shalso works. Whensycl-ls/xpu-smiare not onPATH, it fallbacks to checking for vendor0x8086in/sys/bus/pci/devicesunder the_has_intel_xpu_gpu()function.Output:

The install detects Intel GPU (XPU) and installs
torch 2.10.0+xpucorrectly.To confirm the llama.cpp backend is using
SYCL:Output: