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 Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
# Run inference directly in the terminal:
llama cli -hf Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
# Run inference directly in the terminal:
llama cli -hf Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
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 Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
# Run inference directly in the terminal:
./llama-cli -hf Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
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 Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
Use Docker
docker model run hf.co/Reiterate3680/Soliloquy-7B-v3-GGUF:Q6_K_L
Quick Links

(Use ChatML)

L quants (or more), for fun/testing, probably prefer bartowski or mradermacher's quants if available

Original Model: https://huggingface.co/openlynn/Soliloquy-7B-v3

Made with a modified version of https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script

Q2_K_L, Q4_K_L, Q5_K_L, Q6_K_L, are using Q_8 output tensors and token embeddings. imatrix is done using bartowski's imatrix dataset

Downloads last month
56
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Reiterate3680/Soliloquy-7B-v3-GGUF

Quantized
(1)
this model

Space using Reiterate3680/Soliloquy-7B-v3-GGUF 1