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

Uploaded model

  • Developed by: muhammadkwanso
  • License: apache-2.0
  • Finetuned from model : unsloth/Meta-Llama-3.1-8B-bnb-4bit

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
12
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW

Model tree for muhammadkwanso/model

Finetuned
(625)
this model
Quantizations
1 model

Spaces using muhammadkwanso/model 9