Mikko Juola
Mikko Juola
IMO there should be an equivalent function in `traildb.h` that is otherwise exactly the same as `tdb_cursor_next` but is friendly to bindings. It's not just Clang world but also different...
Hey, I'm a kind of thinking maybe it would make sense to have a separate repository for example TrailDBs. The TrailDBs themselves aren't tied to any particular traildb bindings, are...
Launching Fortresses works now but not entirely without problems. I'm keeping the issue open until it fully works. 6caa2842dfecc543a5dea393b1fcfde49d31ea16
It works but there is a CPU burn problem. At the moment, the Dfhack console tries to use the same terminal as Dfterm3 and goes crazy. This causes 100% cpu...
I've tried internally creating pseudo-terminal for Dwarf Fortress where Dfhack could run (it would have its own terminal) but then DF freezes for some reason at start up. One solution...
This may be handled together with #23. I'll keep this open because having these specific features is important to make public community games viable.
I could distribute it with the Dfterm3 plugin and add a message to make sure server admins can see this is an option they can turn on.
@cmp-nct I used this model: https://huggingface.co/Qwen/Qwen-72B-Chat (I edited to include that in the original post) I used this command to convert it into `.gguf`: (also in my original comment): `python3...
Also, for record, I am on commit `33e171d1e9fc4903f9314b490d77fb8d58331b63` *((Sun Dec 3 01:10:43 2023 -0800). There are some later commits as of I'm writing this comment but they don't look relevant...
> Regarding the [PAD{id}] tokens, I recently fixed this in https://github.com/ggerganov/llama.cpp/pull/5052, but it requires re-converting existing Qwen models. > I don't know to what extent this affects the existing GGUF-converted...