How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
# Run inference directly in the terminal:
llama cli -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
# Run inference directly in the terminal:
llama cli -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
# Run inference directly in the terminal:
./llama-cli -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
# Run inference directly in the terminal:
./build/bin/llama-cli -hf LeroyDyer/Mixtral_AI_1x4:Q4_K_S
Use Docker
docker model run hf.co/LeroyDyer/Mixtral_AI_1x4:Q4_K_S
Quick Links

A Mixture of Experts !

https://github.com/spydaz

LeroyDyer/Mixtral_AI_Cyber_MegaMind-Q4_K_S-GGUF

This model was converted to GGUF format from LeroyDyer/Mixtral_AI_Cyber_MegaMind using llama.cpp via the GGML.ai's GGUF-it space. Refer to the original model card for more details on the model.

Use with llama.cpp

Install Llama.cpp through brew.

brew install ggerganov/ggerganov/llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo LeroyDyer/Mixtral_AI_Cyber_MegaMind-Q4_K_S-GGUF --model mixtral_ai_cyber_megamind.Q4_K_S.gguf -p "The meaning to life and the universe is "

Server:

llama-server --hf-repo LeroyDyer/Mixtral_AI_Cyber_MegaMind-Q4_K_S-GGUF --model mixtral_ai_cyber_megamind.Q4_K_S.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the llama.cpp repo as well.

git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m mixtral_ai_cyber_megamind.Q4_K_S.gguf -n 128
Downloads last month
11
GGUF
Model size
24B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collections including LeroyDyer/Mixtral_AI_1x4