Nico Bosshard
Nico Bosshard
Thank you so much for making such an amazing program. I really love it! I searched the whole internet for something like this. Cloud you please add support for BaiduPan...
The working pull request https://github.com/citra-emu/citra/pull/2673 doesn't get merged into bleeding edge due to a bug in lemonbot. This issue occures while merging a branch named "master". In the mergelog it...
After the creation of the Kickass_DB_Dump.csv there was ca. 3000 dublications in Kickass_DB_Dump.csv file! For the SQL version I removed that dublications manualy by using with “ALTER TABLE `open_bay` ADD...
Increased the number of variables that can be exported from the default value of 20 to 100 which is the maximum possible using a single API call. This fixes #15...
In this pull request I propose the addition of a system message based on dolphins default one but even less censured. It provides medical advice, never tells the user to...
### What happened? Large models like [Meta-Llama-3-405B-Instruct-Up-Merge](https://huggingface.co/mradermacher/Meta-Llama-3-405B-Instruct-Up-Merge-GGUF/tree/main) require `LLAMA_MAX_NODES` to be increased or llama.cpp will crash while loading the model. `Meta-Llama-3-405B-Instruct-Up-Merge` was created with the purpose to test readiness for...
This fixes #8950 and #8615 This PR builds on top of the changes made in #8622 Calculate the max number of nodes using `max(8192, model.tensors_by_name.size()*5)` as recommended by @slaren in...
### What happened? This issue is caused by a reappearance of issue https://github.com/ggerganov/llama.cpp/issues/8615 (PR https://github.com/ggerganov/llama.cpp/pull/8622). I recommend reading them for more information about this problem. For Meta-Llama-3.1-405B-Instruct it turned out...