Download

For github release page, refer to: https://github.com/Emreerdog/mbase/releases/tag/v0.2.4

MBASE SDK v0.2.4 download page.

Windows

Executable Installer

mbase-bundled-cuda-0.2.4-amd64-windows.exe (662 MB): 64-bit NSIS windows installer. It installs the MBASE SDK and llama.cpp with CUDA support.

mbase-bundled-0.2.4-amd64-windows.exe (3.34 MB): 64-bit NSIS windows installer. It installs the MBASE SDK and llama.cpp.

Precompiled Binaries

mbase-bundled-cuda-0.2.4-amd64-windows.tar.gz (794 MB): MBASE SDK and llama.cpp (DLLs and executables) and CUDA DLLs as ZIP archive.

mbase-bundled-cuda-0.2.4-amd64-windows.zip (794 MB): MBASE SDK and llama.cpp (DLLs and executables) and CUDA DLLs as TGZ archive.

mbase-bundled-0.2.4-amd64-windows.zip (3.97 MB): MBASE SDK and llama.cpp DLLs and executables as ZIP archive.

mbase-bundled-0.2.4-amd64-windows.tar.gz (3.9 MB): MBASE SDK and llama.cpp DLLs and executables as TGZ archive.

Linux

APT Repository Install

Important

For CUDA support to be enabled, make sure you have installed the CUDA toolkit: https://developer.nvidia.com/cuda-downloads?target_os=Linux

Setting up MBASE apt repository:

sudo curl -fsSL https://repo.mbasesoftware.com/apt/pgp-key.public -o /etc/apt/keyrings/mbase-apt.public
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/mbase-apt.public] https://repo.mbasesoftware.com/apt/ stable main" | sudo tee /etc/apt/sources.list.d/mbase.list > /dev/null
sudo apt-get update

MBASE SDK with CUDA support:

sudo apt-get -y install mbase-bundled-cuda

MBASE SDK without CUDA support:

sudo apt-get -y install mbase-bundled

Precompiled Binaries

mbase-bundled-cuda_0.2.4_amd64.deb (241 MB): MBASE SDK and llama.cpp binaries with CUDA support as .deb package.

mbase-bundled-cuda-0.2.4-x86_64-linux.rpm (241 MB): MBASE SDK and llama.cpp with CUDA support as .rpm package.

mbase-bundled-cuda-0.2.4-x86_64-linux.tar.gz (241 MB): MBASE SDK and llama.cpp binaries with CUDA support as TGZ archive.

mbase-bundled-cuda-0.2.4-x86_64-linux.zip (241 MB): MBASE SDK and llama.cpp with CUDA support as ZIP archive.

mbase-bundled_0.2.4_amd64.deb (3.52 MB): MBASE SDK and llama.cpp binaries as .deb package.

mbase-bundled-0.2.4-x86_64-linux.rpm (3.53 MB): MBASE SDK and llama.cpp binaries as .rpm package.

mbase-bundled-0.2.4-x86_64-linux.tar.gz (3.52 MB): MBASE SDK and llama.cpp binaries as TGZ archive.

mbase-bundled-0.2.4-x86_64-linux.zip (3.58 MB): MBASE SDK and llama.cpp binaries as ZIP archive.

Mac OS X (Apple Silicon)

Precompiled Binaries

mbase-bundled-metal-0.2.4-arm64-darwin.tar.gz (3.53 MB): MBASE SDK and llama.cpp binaries with Apple Metal support as TGZ archive.

mbase-bundled-metal-0.2.4-arm64-darwin.zip (3.58 MB): MBASE SDK and llama.cpp binaries with Apple Metal support as ZIP archive.

Source Code

mbase-0.2.4.zip

mbase-0.2.4.tar.gz