How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ThatCultivator/sarvam-30b-Uncensored-gguf:
# Run inference directly in the terminal:
llama-cli -hf ThatCultivator/sarvam-30b-Uncensored-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ThatCultivator/sarvam-30b-Uncensored-gguf:
# Run inference directly in the terminal:
llama-cli -hf ThatCultivator/sarvam-30b-Uncensored-gguf:
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 ThatCultivator/sarvam-30b-Uncensored-gguf:
# Run inference directly in the terminal:
./llama-cli -hf ThatCultivator/sarvam-30b-Uncensored-gguf:
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 ThatCultivator/sarvam-30b-Uncensored-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ThatCultivator/sarvam-30b-Uncensored-gguf:
Use Docker
docker model run hf.co/ThatCultivator/sarvam-30b-Uncensored-gguf:
Quick Links

Sarvam-30b-uncensored

This is the quantized version of the aoxo/sarvam-30b-uncensored model that is a finetune of the base model sarvamai/sarvam-30b.

Why use this?

The original finetune is in the bf16 format, which requires significantly stronger hardware than the average consumer-grade hardware. To solve this problem, I have GGUF quantized the finetuned uncensored model and now it can comfortably run on consumer hardware.

Quantization details

Original model size: ~60gb Quantization method: GGUF Q4_K_M, GGUF Q6_K Post-Quantization size: ~19gb, ~26gb

Tested on:

L4 gpu (24gb)

NOTE: I might release other quants like Q8_0 if there's demand.

Downloads last month
74
GGUF
Model size
32B params
Architecture
sarvam_moe
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

6-bit

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

Model tree for ThatCultivator/sarvam-30b-Uncensored-gguf

Quantized
(3)
this model