Qwen3 Large Language Models - Quantized versions for Docker Model runner
159
This repository contains quantized Qwen3 models optimized for use with Docker Model runner. Qwen3 is a state-of-the-art large language model series developed by Alibaba Cloud's Qwen team.
Both models use Q6_K quantization which provides an excellent balance between model quality and resource efficiency.
# Pull and run the 14B model
docker run --rm -it -p 11434:11434 olegselajev241/qwen3:14B-Q6_K
# Pull and run the 32B model (requires more resources)
docker run --rm -it -p 11434:11434 olegselajev241/qwen3:32B-Q6_K
The Q6_K quantization maintains ~99% of the original model quality while significantly reducing memory requirements and improving inference speed.
These models are quantized versions of the original Qwen models. Please refer to the original HuggingFace repositories for model licenses and detailed documentation.
Content type
Model
Digest
sha256:6b14f2c03…
Size
25 GB
Last updated
about 1 year ago
docker model pull olegselajev241/qwen3:32B-Q6_K