Henry Kroll III

Results 40 comments of Henry Kroll III

Might want to trim down any running processes, also. Running non-graphical session, perhaps?

On intel i7 sandylake, it's translating GGML_COMPUTE_FP16_TO_FP32 into _mm256_cvtph_ps, which is giving a target specific option mismatch at compile time in f16cintrin.h:52:1. f16cintrin.h is part of the gcc compiler headers....

Yes. It's working great. I just committed a [pull rquest to make it work with Python 3.13](https://github.com/MycroftAI/mimic3/issues/61)

I'll put that in the README under Debian-based, Thanks!

#I think ydotool can run as a user service. But you may have to double check and see if configuration is in `$HOME/.config/systemd/user/ydotool.service` and looks something like this. ``` [Unit]...

Nice! Well, this sure took a long time compiling on a Linux EliteBook 8760w. About 8 hours! So Linux is no better at this. I had to restart build with...

Those are completely different files. That https://github.com/ggerganov/llama.cpp/pull/8031 was for the CLI version (which is also used/made into a server by some other projects like ollama). And the GGUF creation. This...

You can use something like `xterm` with no hyperlink support. Grepping through `qterminal` sources, I see it uses `xdg-open` to open links. The option could stub out the function that...

No change after reinstall. This time with xformers and torch cu121 [log.txt](https://github.com/user-attachments/files/17404438/log.txt) Weird that this used to work back in August. ![adf](https://github.com/user-attachments/assets/a3842ef9-1fb1-4b9a-84c4-069873776c60)

It appears the [stable-diffusion-webui-depthmap-script](https://github.com/thygate/stable-diffusion-webui-depthmap-script) has its own github presence and `pip -r requirements.txt` to install... Oops