Devlogs
Version 0.0.36
Posted January 14, 2024 by HammerAI
#release
Hi all, version 0.0.36 is live! This release includes:
Desktop:
- Adds the ability to delete characters.
- Removes the need to download CUDA on NVIDIA machines, instead we ship the app with the CUDA libraries and use them if `Enable GPU` is true.
- Use CLBlast on AMD machines if `Enable GPU` is true. Like on NVIDA, you should not need to download anything as we ship with the CLBlast library.
- Decrease the size of the Windows package from 806 MB to 393 MB.
- Build the Ubuntu package on a Ubuntu 20.04 machine and modify the permissions of the llama.cpp binary (add execute permissions).
- Build a flatpak version for Linux users.
Thank you!