damiandudycz
damiandudycz
Im getting this error: `PS3_SPP: ps3_spp_init spp register failed: ESP_ERR_INVALID_STATE` when trying to call ps3Init. After that I get: ``` I (602) PS3_L2CAP: [ps3_l2cap_init_service] Service PS3-HIDC Initialized I (603) PS3_L2CAP:...
Im experimenting with image recognition with various models. I have noticed, that after the first image it responds correctly, but when you send next one in next message it tends...
Application works fine when debugging, but when I try to archive it for macOS, it shows error: unknown target CPU 'apple-m1' in c++ module. Anyone knows how to solve this?
When building ISO for PPC64 with dist-kernel, it generates vmlinux uncompressed image. Previously only vmlinuz was moved to livecd boot directory, so in that case, we ended up with missing...
Im trying to get this running on Windows 11 host, using AMD Ryzen Z1E (Zen4). Installation worked really well, but when trying to run the system itself, it freezes with...
Something broke in the newest releases of llamacpp, and app started generating gibberish. I've noticed that it works fine with libs from llamacpp release b6323, after that this issue appears.
Every next message added to chat is taking longer for llm to respond. I wonder if this is because I prepare the prompt from the whole history every time a...
**Is your feature request related to a problem? Please describe.** When a modal window appear on top of some app, it scrolls along when I'm switching windows and is kept...
I'm trying to get this running on AMD iGPU, but always ends up with black screen when trying to run the vm. I've modified start/stop functions a bit based on...