---
language:
- en
license: cc-by-nc-sa-4.0
base_model: openlynn/Llama-3-Soliloquy-8B-v2
model_name: Llama-3-Soliloquy-8B-v2-GGUF
quantized_by: brooketh
---
**
The official library of GGUF format models for use in the local AI chat app, Faraday.dev.
**Download Faraday here to get started.
Request Additional models at r/LLM_Quants.
*** # Llama 3 Soliloquy 8B v2 - **Creator:** [openlynn](https://huggingface.co/openlynn/) - **Original:** [Llama 3 Soliloquy 8B v2](https://huggingface.co/models/base/Llama-3-Soliloquy-8B-v2) - **Date Created:** 2024-04-26 - **Trained Context:** 24576 tokens - **Description:** A fast, highly capable roleplaying model designed for immersive, dynamic experiences. Trained on over 250 million tokens of roleplaying data, it has a vast knowledge base, rich literary expression, and support for up to 24k context length. It outperforms existing ~13B models, delivering enhanced roleplaying capabilities. ## 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 Faraday.dev. 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. ***