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/nemo-12b-hiwaifu-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/nemo-12b-hiwaifu-GGUF",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Reiterate3680/nemo-12b-hiwaifu-GGUF:Q6_K_L
Quick Links

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

Original Model: https://huggingface.co/taozi555/nemo-12b-hiwaifu

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
10
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

Space using Reiterate3680/nemo-12b-hiwaifu-GGUF 1