Llama 3.3 70B Instruct โ€” MXFP4 GGUF

MXFP4 quantization of meta-llama/Llama-3.3-70B-Instruct, a 70B parameter multilingual instruction-tuned language model from Meta.

About the Model

Llama 3.3 70B Instruct is an auto-regressive transformer optimized for multilingual dialogue use cases. It outperforms many open-source and closed chat models on common industry benchmarks.

  • 70B parameters โ€” dense transformer architecture
  • 128K context window with Grouped-Query Attention (GQA)
  • 15T+ tokens pretrained on publicly available data
  • Multilingual โ€” English, German, French, Italian, Portuguese, Hindi, Spanish, Thai
  • Tool calling support with native function calling
  • Text-only โ€” no vision/multimodal capabilities

Quantization

This GGUF was quantized from Unsloth's official F16 GGUF using llama.cpp (build 537). The F16 weights were dequantized to F32 during quantization, then quantized to MXFP4 format.

MXFP4 (Microscaling FP4) uses block-wise quantization with shared exponents per block.

Files

File Size Description
llama-3.3-70b-instruct-mxfp4.gguf ~35.2 GB MXFP4 quantized model weights

Note: This is a text-only model. No mmproj/vision files needed.

Usage

llama.cpp

# Server mode with OpenAI-compatible API
llama-server \
  -m llama-3.3-70b-instruct-mxfp4.gguf \
  -ngl 99 \
  --host 0.0.0.0 \
  --port 8080

# Direct inference
llama-cli \
  -m llama-3.3-70b-instruct-mxfp4.gguf \
  -ngl 99 \
  -p "Explain the theory of relativity in simple terms"

LM Studio

  1. Download the GGUF file from this repository
  2. Load the GGUF file in LM Studio
  3. Set GPU offload layers to maximum

Architecture

  • Parameters: 70B (dense transformer)
  • Layers: 80
  • Hidden dimension: 8192
  • Attention heads: 64 (8 KV heads for GQA)
  • Context: 128K
  • Vocabulary: 128K tokens

Hardware Requirements

  • Minimum: 40 GB VRAM for partial offload
  • Recommended: 48+ GB VRAM for full GPU offload
  • Disk: ~35.2 GB

Benchmarks

Benchmark Score
MMLU (CoT) 86.0
MATH (CoT) 77.0
HumanEval 88.4
GPQA Diamond 50.5
MGSM (multilingual) 91.1

License

Llama 3.3 Community License โ€” see LICENSE.

Note: If your product/service has >700M monthly active users, you need a separate license from Meta.

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

We're not able to determine the quantization variants.

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

Model tree for FreedomAISVR/Llama-3.3-70B-Instruct-MXFP4-GGUF

Quantized
(158)
this model