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

Mini_Synatra_SFT🐧

Support Me

시나트라는 개인 프로젝트로, 1인의 자원으로 개발되고 있습니다. 모델이 마음에 드셨다면 약간의 연구비 지원은 어떨까요? Buy me a Coffee

Wanna be a sponser? Contact me on Telegram AlzarTakkarsen

Model Details

Base Model
Minirecord/Mini_synatra_7b_02

Trained On
A100 80GB * 1

Instruction format

It follows ChatML format.

Downloads last month
697
Inference Providers NEW
Input a message to start chatting with maywell/Mini_Synatra_SFT.

Model tree for maywell/Mini_Synatra_SFT

Quantizations
1 model

Space using maywell/Mini_Synatra_SFT 1