Download

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

MBASE SDK v0.3.0 download page.

Windows

Executable Installer

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

mbase-bundled-0.3.0-amd64-windows.exe: 64-bit NSIS windows installer. It installs the MBASE SDK and llama.cpp.

Precompiled Binaries

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

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

mbase-bundled-0.3.0-amd64-windows.zip: MBASE SDK and llama.cpp DLLs and executables as ZIP archive.

mbase-bundled-0.3.0-amd64-windows.tar.gz: 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.3.0_amd64.deb: MBASE SDK and llama.cpp binaries with CUDA support as .deb package.

mbase-bundled-cuda-0.3.0-x86_64-linux.rpm: MBASE SDK and llama.cpp with CUDA support as .rpm package.

mbase-bundled-cuda-0.3.0-x86_64-linux.tar.gz: MBASE SDK and llama.cpp binaries with CUDA support as TGZ archive.

mbase-bundled-cuda-0.3.0-x86_64-linux.zip: MBASE SDK and llama.cpp with CUDA support as ZIP archive.

mbase-bundled_0.3.0_amd64.deb: MBASE SDK and llama.cpp binaries as .deb package.

mbase-bundled-0.3.0-x86_64-linux.rpm: MBASE SDK and llama.cpp binaries as .rpm package.

mbase-bundled-0.3.0-x86_64-linux.tar.gz: MBASE SDK and llama.cpp binaries as TGZ archive.

mbase-bundled-0.3.0-x86_64-linux.zip: MBASE SDK and llama.cpp binaries as ZIP archive.

Mac OS X (Apple Silicon)

Precompiled Binaries

mbase-bundled-metal-0.3.0-arm64-darwin.tar.gz: MBASE SDK and llama.cpp binaries with Apple Metal support as TGZ archive.

mbase-bundled-metal-0.3.0-arm64-darwin.zip: MBASE SDK and llama.cpp binaries with Apple Metal support as ZIP archive.

Source Code

mbase-0.3.0.zip

mbase-0.3.0.tar.gz