How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
Use Docker
docker model run hf.co/samunder12/llama-3.1-8b-roleplay-jio-gguf:Q4_K_M
Quick Links
Peach
Llama 3.1 8B - Assertive Role-Play (v3 GGUF)

This repository contains the GGUF version of the v3 Assertive Role-Play LoRA model.

This model is designed for easy, local inference on CPUs and GPUs using llama.cpp-based software like LM Studio and Ollama.

The model embodies a dominant, assertive, and creative persona for role-playing and storytelling. It was fine-tuned on a multi-turn conversational dataset to enhance its coherence and memory.

Model Details

  • Original LoRA Model: samunder12/llama-3.1-8b-roleplay-v3-lora
  • Quantization: Q4_K_M. This method provides an excellent balance between model size, performance, and VRAM/RAM usage.
  • Context Length: 4096 tokens.

Usage Instructions

LM Studio (Recommended)

  1. Download and install LM Studio.
  2. In the app, search for this model repo: samunder12/llama-3.1-8b-roleplay-v3-gguf.
  3. Download the GGUF file listed in the "Files" tab.
  4. Go to the Chat tab (💬 icon) and load the model you just downloaded.
  5. CRITICAL: On the right-hand panel, under "Prompt Format", select the Llama 3 preset.
  6. Set the Context Length (n_ctx) to 4096.
  7. Use the "Role-Play" sampler settings below for best results.

Recommended Sampler Settings (Role-Play Preset)

Setting Value
Temperature 0.75
Repeat Penalty 1.06
Mirostat Mirostat 2.0
top_p 0.92
top_k 40 or 100
Downloads last month
128
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for samunder12/llama-3.1-8b-roleplay-jio-gguf

Quantized
(897)
this model

Collection including samunder12/llama-3.1-8b-roleplay-jio-gguf