Open 0xDEADFED5 opened 5 hours ago
b3987 or so.
If you can, do a git bisect and identify the exact commit which introduced the problem. (I am not one of the devs working specifically on SYCL.)
i'm suspecting commit c5b0f4b, i'm going to do further testing, but it might take a day to confirm.
What happened?
b4081 no longer works with this command line:
llama-server.exe -t 16 --threads-http 8 --mlock -ngl 99 -m C:\LLM\Qwen2.5-3B-Instruct_Q4_1.gguf --port 8888 --ctx-size 112000 -np 48 --sampling-seq mt --min-p 0.1 --temp 1.5 -dt .1 --batch-size 2000
something changed because it works with earlier builds:
there's this ongoing issue i can try to help debug if anyone has ideas: https://github.com/ggerganov/llama.cpp/issues/10184
i run SYCL build of llama-server 24x7, and it can't run overnight anymore since b3987 or so. if anyone has any suggestions or if there is anything i can do to help, please let me know.
Name and Version
ZE_LOADER_DEBUG_TRACE:Using Loader Library Path: ZE_LOADER_DEBUG_TRACE:Tracing Layer Library Path: ze_tracing_layer.dll ggml_sycl_init: GGML_SYCL_FORCE_MMQ: no ggml_sycl_init: SYCL_USE_XMX: yes ggml_sycl_init: found 1 SYCL devices: version: 4081 (1607a5e5) built with MSVC 19.41.34123.0 for
What operating system are you seeing the problem on?
Windows
Hardware: Intel Arc A770 (16GB)
Relevant log output
No response