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

Really nice performing merge for me. Try the template from the merge creator or the following:

<[start_system]>
System<[END]>
<[start_user]>
User<[END]>
<[start_assistant]>
Model response<[END]>

L quants (or more), for fun/testing, probably prefer bartowski or mradermacher's quants if available

Original Model: https://huggingface.co/starble-dev/Hollow-Tail-V1-12B

Made with a modified version of https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script

Q2_K_L, Q4_K_L, Q5_K_L, Q6_K_L, are using Q_8 output tensors and token embeddings. imatrix is done using bartowski's imatrix dataset

Downloads last month
2
GGUF
Model size
12B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Reiterate3680/Hollow-Tail-V1-12B-GGUF

Quantized
(3)
this model