How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "TheDrummer/Gemmasutra-9B-v1" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TheDrummer/Gemmasutra-9B-v1",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "TheDrummer/Gemmasutra-9B-v1" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TheDrummer/Gemmasutra-9B-v1",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Join our Discord! https://discord.gg/Nbv9pQ88Xb


image/png

BeaverAI team proudly presents

Gemmasutra 9B v1 ๐Ÿง˜

Gemma's been training for you

image/webp

An RP model with impressive flexibility. Finetuned by yours truly.

Links

Usage

Use Kobold: https://github.com/LostRuins/koboldcpp/releases

What's Different?

  • Engaging Roleplay
    • Asterisks-capable
    • Long responses
    • Barely any mention of (You)
    • Creative!
  • Enhanced Moist
    • Less slop, more dirt, more details, more dwelling on moist moments.
  • Important: This is an RP-enhanced model with some degree of censorship.
    • WHY: Refusals allow the AI to roleplay certain behaviors like avoidance, rejection, etc.
    • Use Tiger Gemma if you want zero refusals as an Assistant / during Instruct mode.

image/png

v1c

Downloads last month
60
Safetensors
Model size
10B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for TheDrummer/Gemmasutra-9B-v1

Merge model
this model
Merges
7 models
Quantizations
4 models

Space using TheDrummer/Gemmasutra-9B-v1 1

Collection including TheDrummer/Gemmasutra-9B-v1