Chimrod
Chimrod
Hello, I’ve seen the issue was automatically closed, but the issue persist. ``` found 3 SYCL devices: | | | | |Max | |Max |Global | | | | |...
Sorry, I’ve made differents tests, with the availables gpu, and the latest copy/paste didn’t use sycl. This is the result using `--main-gpu 0`: ``` [SYCL] call ggml_check_sycl ggml_check_sycl: GGML_SYCL_DEBUG: 0...
Sure this is the log. > build/bin/llama-cli -m Meta-Llama-3-8B-Instruct.Q4_0.gguf -p "Building a website can be done in 10 simple steps:" -ngl 33 --split-mode none --main-gpu 0 --verbose 2> out.log [out.log.txt](https://github.com/user-attachments/files/16231267/out.log.txt)
Hello, I’m trying to compile your branch and got an error in the compilation: ``` In file included from gpu/gpu.go:9: ./gpu_info.h:68:10: fatal error: gpu_info_vulkan.h: No such file or directory 68...
I'm trying to build a module type in order to declare a functor I could use with both tyxml and [js_of_ocaml_tyxml](https://ocaml.org/p/js_of_ocaml-tyxml/latest) ```ocaml module Make (HTML : HTML) = struct let...
Thanks for your answer ; it's good to hear that I'm not completly wrong ! Your answer is the solution of course, but I'm a bit hesitant to close the...
To keep a track in the message, here is the functor signature: ```ocaml module Make (SVG : Svg_sigs.T with type 'a Xml.W.t = 'a and type 'a Xml.W.tlist = 'a...
Hello, How can I test this feature? I’ve applied your branche over the debian packages [xrdp](https://packages.debian.org/source/trixie/xrdp) and [xorgxrdp](https://packages.debian.org/source/trixie/xorgxrdp) but I do not see any changes. I’m using wfreerdp with the...
I’ve also tried with the windows binary sdl3-freerdp and thoses arguments but without any success. ./sdl3-freerdp.exe /f /gdi:hw /rfx /rfx-mode:video /gfx:RFX:on,progressive:on /video /size:1680x1050 /sound /mouse:relative:on,grab:off +mouse-relative +async-channels That’s the point...