GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

FreedomAISVR/Llama-3.3-70B-Instruct-MXFP4-GGUF overview

Llama 3.3 70B Instruct — MXFP4 GGUF MXFP4 quantization of meta llama/Llama 3.3 70B Instruct https://huggingface.co/meta llama/Llama 3.3 70B Instruct , a 70B pa…

ggufllamallama-3.3mxfp4text-generationinstructenmultilingualbase_model:meta-llama/Llama-3.3-70B-Instructbase_model:quantized:meta-llama/Llama-3.3-70B-Instructlicense:llama3.3endpoints_compatibleregion:usconversational

Runs locally from ~35.20 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
llama-3.3-70b-instruct-mxfp4.ggufGGUFGGUF35.20 GBDownload

Model Details

Model IDFreedomAISVR/Llama-3.3-70B-Instruct-MXFP4-GGUF
AuthorFreedomAISVR
Pipelinetext-generation
Licensellama3.3
Base modelmeta-llama/Llama-3.3-70B-Instruct
Last modified2026-06-24T17:53:37.000Z

Model README

---

language:

  • en
  • multilingual

tags:

  • llama
  • llama-3.3
  • mxfp4
  • gguf
  • text-generation
  • instruct

license: llama3.3

base_model: meta-llama/Llama-3.3-70B-Instruct

---

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.

Run FreedomAISVR/Llama-3.3-70B-Instruct-MXFP4-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models