How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Loke-60000/DeepSeek-V4-Flash-Vision-Exp-Abliterated-EXL3-K2.2-D2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Loke-60000/DeepSeek-V4-Flash-Vision-Exp-Abliterated-EXL3-K2.2-D2",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Loke-60000/DeepSeek-V4-Flash-Vision-Exp-Abliterated-EXL3-K2.2-D2
Quick Links

DeepSeek V4 Flash Vision-Exp, abliterated, EXL3 K2.2/D2

wrldsuksgo2mars/DeepSeek-V4-Flash-Vision-Exp-EXL3-K2.2-D2-v1 with the refusal edit from apetersson/DeepSeek-V4-Flash-Vision-Exp-Abliterated applied: the 33 layers.10..42.attn.wo_b tensors were replaced with the abliterated ones.

42 tok/s on code, 30 tok/s on prose, at a 500k context window with dSpark on a GB10.

Credits: DeepSeek, wrldsuksgo2mars, apetersson, drowzeys. MIT.

Downloads last month
236
Safetensors
Model size
49B params
Tensor type
BF16
·
F32
·
F8_E4M3
·
I64
·
F16
·
I16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Loke-60000/DeepSeek-V4-Flash-Vision-Exp-Abliterated-EXL3-K2.2-D2

Collection including Loke-60000/DeepSeek-V4-Flash-Vision-Exp-Abliterated-EXL3-K2.2-D2