How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "NewstaR/OpenStar-13b"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "NewstaR/OpenStar-13b",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/NewstaR/OpenStar-13b
Quick Links
README.md exists but content is empty.
Downloads last month
4
Safetensors
Model size
13B params
Tensor type
F16
·
Inference Providers NEW

Model tree for NewstaR/OpenStar-13b

Quantizations
1 model

Datasets used to train NewstaR/OpenStar-13b

Collection including NewstaR/OpenStar-13b