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

Dialectic 8B (safetensors, bf16)

Fine-tuned Qwen3-8B for the Dialectic project. This is the full-precision (bf16) safetensors copy of the same weights served locally as GGUF at andreiski/dialectic-8b-gguf.

It exists so Apple-Silicon users can convert on-device with MLX:

mlx_lm.convert --hf-path andreiski/dialectic-8b -q --q-bits 8 --mlx-path ./dialectic-8b-mlx-8bit

Same weights as the GGUF Q8_0 / Q4_K_M files — use this for the MLX backend, the GGUF repo for the Ollama backend.

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

Model tree for andreiski/dialectic-8b

Finetuned
Qwen/Qwen3-8B
Finetuned
(1682)
this model
Quantizations
2 models