-
Notifications
You must be signed in to change notification settings - Fork 11.5k
ci: fix SYCL build #12546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: fix SYCL build #12546
Conversation
We should update the ggml and whisper.cpp scripts in a similar way - they will also use the new SYCL node to run |
Yeah.. Will do once I confirm the test passes here. |
Hm, even though the tests are green, there seems to be an issue with the text generation of some quants:
|
I think I have seen this before.. Is this because of it is detecting two GPUs I wonder... |
I may have missed some, but the errors all seem to contain q4_0 quants, which is the type that was reworked recently. Maybe support for multi-gpu wasn't considered for the patch? |
@Alcpz I am currently testing it. For far I can confirm that it wasn't multi gpu. |
There are iGPU and dGPU in the PC. Please use the dGPU by: |
q4_0 doesn't support iGPU, but support dGPU. |
It seems debug build flags set by cmake when
-DCMAKE_BUILD_TYPE=Debug
is set breaks the SYCL build.Different errors on different distros. Disable it in SYCL build and use only release build test.