FAQ
FAQ for the public site, not a replacement for upstream issue triage
Because the local source input does not include the original FAQ files, this page keeps to source-backed operational questions and explicitly calls out where the upstream repo should still be checked.
Common questions
Is this site the official upstream repository?
No. This site is a public docs layer built from the historical `QwenLM/Qwen` README surface. The upstream README itself says the repo is no longer actively maintained and points to `Qwen2` for the newer code line.
Where should I get the actual model checkpoints?
Use the official Qwen organizations on Hugging Face and ModelScope. This site links into those hubs instead of pretending to host model weights.
Does the website server run inference?
No. The blueprint explicitly keeps the public web runtime separate from model-serving infrastructure. The site documents the serving options, but it is not the inference server.
How do I publish editorial updates without rebuilding the app?
Provide `QWEN_CONTENT_DIR` and place runtime JSON entries in the shared content directory. The resources routes, feed, and sitemap read from that location at runtime.
Source anchors