Thireus ☠
Thireus ☠
Some versions of ld are causing the following issue: undefined reference to `clock_gettime' https://stackoverflow.com/questions/2418157/c-error-undefined-reference-to-clock-gettime-and-clock-settime Can be replicated with "conda install -c conda-forge gxx_linux-64", which uses "GNU ld (GNU Binutils) 2.39".
- [x] I have searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as intended - [x]...
Caption is currently implemented for ReceiveMessageHandler.java: https://github.com/AsamK/signal-cli/blob/fab1b96c21ead48b64442f6d07beedef959de6ee/src/main/java/org/asamk/signal/ReceiveMessageHandler.java#L592 And also implemented here: https://github.com/AsamK/signal-cli/blob/fab1b96c21ead48b64442f6d07beedef959de6ee/src/main/java/org/asamk/signal/json/JsonAttachment.java#L22 While the attachment JSON format supports it, it is currently not possible to set caption for uploaded attachments...
It is there for Qwen2.5: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct mentions "Context Length: Full 131,072 tokens and generation 8192 tokens", so 8K. But not for Qwen2.5-Coder… https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct only mentions "Context Length: Full 131,072 tokens"...
### Summary Allow `text-generation-webui` running under WSL to use Windows-native `llama.cpp` alternative executables (for example `ik_llama.cpp` Windows builds) via symlink or by launching the Windows binary from WSL. ### Why...
First, thank you for maintaining this project — it has been very useful, and I appreciate the work that has gone into it. I initially created a fork to add...