DannyDaemonic
DannyDaemonic
I wanted to make it easier for authors to use this in their writing process. I've tested the code on both Linux and Windows. I don't see why it wouldn't...
This uses Window's `SetConsoleCtrlHandler` to handle ctrl+c. We currently use `signal` but Windows' [official documentation for `signal`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/signal?view=msvc-170) warns us: > - Don't issue low-level or STDIO.H I/O routines (for example,...
In Linux we can use a bashism to inject newlines into the prompt: ```bash ./main -m models/7B/ggml-model.bin -n -1 --color -r "User:" --in-prefix " " --prompt $'User: Hi\nAI: Hello. I...
### Description: This pull request adds a build-info.h header file, which will contain git-related build information such as branch and commit count. This will help users and maintainers to identify...
`--simple-io` uses only basic io functions that work when main is run as a subprocess. This fixes issues with child processes such as those seen in #1547 and #1491. It...
I noticed wyhash doesn't provide a way to convert a string or array of bytes into secret data. In most of the example code I've seen outside of this depot...
Sorting by _HP_, _ATK_, _RCV_, or _Weighted Stats_ doesn't allow us to compare recently collected monsters with those already partially leveled. It would be nice to have _Potential HP_, _Potential...
I was reading about the new encoding options for agents and I realized the agents distributed by this docker are all from 2022. Is there a reason it's using such...