FreedomAISVR/Llama-3.3-70B-Instruct-NVFP4-GGUF overview
Llama 3.3 70B Instruct — NVFP4 GGUF NVFP4 quantization of meta llama/Llama 3.3 70B Instruct https://huggingface.co/meta llama/Llama 3.3 70B Instruct , a 70B pa…
Runs locally from ~37.22 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| llama-3.3-70b-instruct-nvfp4.gguf | GGUF | GGUF | 37.22 GB | Download |
Model Details
| Model ID | FreedomAISVR/Llama-3.3-70B-Instruct-NVFP4-GGUF |
|---|---|
| Author | FreedomAISVR |
| Pipeline | text-generation |
| License | llama3.3 |
| Base model | meta-llama/Llama-3.3-70B-Instruct |
| Last modified | 2026-06-24T17:43:26.000Z |
Model README
---
language:
- en
- multilingual
tags:
- llama
- llama-3.3
- nvfp4
- gguf
- text-generation
- instruct
license: llama3.3
base_model: meta-llama/Llama-3.3-70B-Instruct
---
Llama 3.3 70B Instruct — NVFP4 GGUF
NVFP4 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 NVFP4 format.
NVFP4 (NVIDIA FP4) uses 4-bit floating point quantization optimized for NVIDIA Blackwell (B-series) GPUs.
Files
| File | Size | Description |
|------|------|-------------|
| llama-3.3-70b-instruct-nvfp4.gguf | ~37.2 GB | NVFP4 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-nvfp4.gguf \
-ngl 99 \
--host 0.0.0.0 \
--port 8080
# Direct inference
llama-cli \
-m llama-3.3-70b-instruct-nvfp4.gguf \
-ngl 99 \
-p "Explain the theory of relativity in simple terms"
LM Studio
- Download the GGUF file from this repository
- Load the GGUF file in LM Studio
- 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: ~37.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-NVFP4-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models