license_link points to a missing LICENSE file (404)

#4
by yossefamar - opened

The model card metadata declares license: apache-2.0 with
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next-GGUF/blob/main/LICENSE,
but that file does not exist in this repo (the link returns "Entry not found").

The main safetensors repo (Qwen/Qwen3-Coder-Next) has the same issue, and the
ModelScope repo also lacks the file. Sibling QwenLM repos (e.g., Qwen3-VL,
Qwen3.6 on GitHub) do include the full Apache-2.0 LICENSE file.

Could you please add the LICENSE (and NOTICE, if applicable) file so the
declared link resolves? Thanks!

Sign up or log in to comment