Releases: zeozeozeo/ellama
Releases · zeozeozeo/ellama
0.4.0
ellama 0.4.0
- collapse CoT into headers (thoughts)
- fix flickering chat list (#68, thanks @LeeeSe!)
- linux arm & apple silicon builds (currently without TTS, see below)
- update to egui 0.31.1
demo:
video.mp4
Install ellama 0.4.0
Note
As of now, the prebuilt binaries come without TTS support. If you need TTS, build Ellama manually with --features tts
.
Tracked in #71
The binaries are built in GitHub Actions with the help of cargo-dist
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zeozeozeo/ellama/releases/download/0.4.0/ellama-installer.sh | sh
Download ellama 0.4.0
File | Platform | Checksum |
---|---|---|
ellama-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
ellama-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
ellama-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
ellama-x86_64-pc-windows-msvc.msi | x64 Windows (MSI installer) | checksum |
ellama-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
ellama-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
ellama-arm-unknown-linux-gnueabihf.tar.xz | ARMv6 Linux (Hardfloat) | checksum |
ellama-armv7-unknown-linux-gnueabihf.tar.xz | ARMv7 Linux | checksum |
ellama-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
ellama-arm-unknown-linux-musleabihf.tar.xz | ARMv6 MUSL Linux (Hardfloat) | checksum |
ellama-armv7-unknown-linux-musleabihf.tar.xz | ARMv7 MUSL Linux | checksum |
0.3.1
0.3.1 bugfix release
- #53: Fix restoring Ollama state from app storage (thanks @cyberdoors!)
note: binaries are built with GitHub Actions