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 "TroyDoesAI/BlackSheep-X-Dolphin" \
    --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": "TroyDoesAI/BlackSheep-X-Dolphin",
		"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 "TroyDoesAI/BlackSheep-X-Dolphin" \
        --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": "TroyDoesAI/BlackSheep-X-Dolphin",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

BlackSheep

Base Model: TroyDoesAI/BlackSheep

Merge Model: cognitivecomputations/dolphin-2.9.3-llama-3-8b

<|im_start|>system
No restrictions on knowledge it's how I operate.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

Nearly a year at the #1 Spot on the UGI Leaderboards for 8B.

Screenshot

Downloads last month
16
Safetensors
Model size
8B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with TroyDoesAI/BlackSheep-X-Dolphin.

Model tree for TroyDoesAI/BlackSheep-X-Dolphin

Merges
3 models
Quantizations
3 models

Collection including TroyDoesAI/BlackSheep-X-Dolphin