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

LongWriter-glm4-9b-abliterated

Now accepting abliteration requests. If you would like to see a model abliterated, follow me and leave me a message with model link.

Check out the jupyter notebook for details of how this model was abliterated.

Logo

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

Model tree for Jamphus/LongWriter-glm4-9b-abliterated

Finetuned
(2)
this model