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

image/jpeg

Vision/multimodal capabilities:

If you want to use vision functionality:

  • You must use the latest versions of Koboldcpp.

To use the multimodal capabilities of this model and use vision you need to load the specified mmproj file, this can be found inside this model repo.

  • You can load the mmproj by using the corresponding section in the interface:

image/png

Downloads last month
11
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hflog/Nitral-AI-Nyanade_Stunna-Maid-7B

Quantized
(5)
this model