How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Undi95/66Mytho33Pyg2-13B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Undi95/66Mytho33Pyg2-13B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Undi95/66Mytho33Pyg2-13B
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

For Kalomaze

66% Mythomax - 33% Pygmalion2

Downloads last month
10
Safetensors
Model size
13B params
Tensor type
F32
·
BF16
·
Inference Providers NEW