---
base_model: anthracite-org/magnum-v4-72b
language:
- en
library_name: transformers
license: apache-2.0
model_name: magnum-v4-72b-GGUF
pipeline_tag: text-generation
tags:
- chat
quantized_by: brooketh
parameter_count: 72706203648
---
**
The official library of GGUF format models for use in the local AI chat app, Backyard AI.
**Download Backyard AI here to get started.
Request Additional models at r/LLM_Quants.
*** # Magnum V4 72B - **Creator:** [anthracite-org](https://huggingface.co/anthracite-org/) - **Original:** [Magnum V4 72B](https://huggingface.co/anthracite-org/magnum-v4-72b) - **Date Created:** 2024-09-20 - **Trained Context:** 32768 tokens - **Description:** Magnum is a series of models from Anthracite based on Qwen, designed to replicate the prose quality of the Claude 3 models, specifically Sonnet and Opus. This is the 72B parameter model. *** ## What is a GGUF? GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware. GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight. ***