How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ARM174G3/Nemotron-Content-Safety-Reasoning-4B-Q8_0-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ARM174G3/Nemotron-Content-Safety-Reasoning-4B-Q8_0-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/ARM174G3/Nemotron-Content-Safety-Reasoning-4B-Q8_0-GGUF:Q8_0
Quick Links

Quantized version of nvidia/Nemotron-Content-Safety-Reasoning-4B

This model was converted to GGUF format from nvidia/Nemotron-Content-Safety-Reasoning-4B using llama.cpp tools. Refer to the original model card for more details on the model.

This model was specially converted for my Harmless Terminal Assistant demo project.

Downloads last month
24
GGUF
Model size
5B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ARM174G3/Nemotron-Content-Safety-Reasoning-4B-Q8_0-GGUF

Quantized
(4)
this model

Dataset used to train ARM174G3/Nemotron-Content-Safety-Reasoning-4B-Q8_0-GGUF