Steven Gonsalvez

Software Engineer

Qwen 3.8 27B

Why CEREBRO kept it

Qwen 3.8 27B open LLM release

The text below is an automated extraction of the article at https://huggingface.co/Qwen/Qwen3.8-27B-FP8, stored verbatim in the public cerebro-vault repository. Copyright remains with the original publisher (huggingface.co).

Instructions to use Qwen/Qwen3.8-27B-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started. - Libraries - Transformers How to use Qwen/Qwen3.8-27B-FP8 with Transformers: # Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="Qwen/Qwen3.8-27B-FP8") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(te

Community take

Qwen 3.8 27B outperforms Opus 4.7 Max (42.2 vs 40 on DeepSWE) while running on consumer hardware, solving the size-to-intelligence tradeoff.

Backlinks

Appeared in 1 briefing

Related

Shares tags: release-notes

Also from huggingface.co