How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
# Run inference directly in the terminal:
llama-cli -hf CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
# Run inference directly in the terminal:
llama-cli -hf CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
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 CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
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 CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
Use Docker
docker model run hf.co/CrucibleLab-TG/M3.2-24B-Loki-V1.2-GGUF:
Quick Links

M3.2-24B-Loki-V1.2-GGUF

GGUF model files for M3.2-24B-Loki-V1.2.

This repository contains GGUF models quantized using llama.cpp.

  • Base Model: M3.2-24B-Loki-V1.2
  • Quantization Methods Processed in this Job: Q8_0, Q6_K, Q5_K_M, Q5_0, Q5_K_S, Q4_K_M, Q4_K_S, Q4_0, Q3_K_L, Q3_K_M, Q3_K_S, Q2_K, BF16
  • Importance Matrix Used: No

This specific upload is for the BF16 quantization.

Downloads last month
402
GGUF
Model size
24B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support