Skip to content

model: using single llm_build per arch (#21970) #88

model: using single llm_build per arch (#21970)

model: using single llm_build per arch (#21970) #88

Triggered via push April 16, 2026 20:15
Status Failure
Total duration 2m 52s
Artifacts
python type-check
2m 48s
python type-check
Fit to window
Zoom out
Zoom in

Annotations

8 errors
python type-check
Process completed with exit code 1.
ty (unresolved-attribute): convert_hf_to_gguf.py#L10933
convert_hf_to_gguf.py:10933:50: unresolved-attribute: Attribute `encode` is not defined on `None` in union `Unknown | TokenizersBackend | None | SentencePieceBackend` info: rule `unresolved-attribute` is enabled by default
ty (unresolved-attribute): convert_hf_to_gguf.py#L10933
convert_hf_to_gguf.py:10933:33: unresolved-attribute: Attribute `decode` is not defined on `None` in union `Unknown | TokenizersBackend | None | SentencePieceBackend` info: rule `unresolved-attribute` is enabled by default
ty (invalid-assignment): convert_hf_to_gguf.py#L10933
convert_hf_to_gguf.py:10933:33: invalid-assignment: Object of type `Unknown | str | list[str]` is not assignable to `str` convert_hf_to_gguf.py:10933:25: Declared type `str` info: rule `invalid-assignment` is enabled by default
ty (unresolved-attribute): convert_hf_to_gguf.py#L10922
convert_hf_to_gguf.py:10922:32: unresolved-attribute: Attribute `added_tokens_decoder` is not defined on `None` in union `Unknown | TokenizersBackend | None | SentencePieceBackend` info: rule `unresolved-attribute` is enabled by default
ty (unresolved-attribute): convert_hf_to_gguf.py#L10920
convert_hf_to_gguf.py:10920:23: unresolved-attribute: Attribute `get_added_vocab` is not defined on `None` in union `Unknown | TokenizersBackend | None | SentencePieceBackend` info: rule `unresolved-attribute` is enabled by default
ty (unresolved-attribute): convert_hf_to_gguf.py#L10919
convert_hf_to_gguf.py:10919:67: unresolved-attribute: Attribute `vocab` is not defined on `None` in union `Unknown | TokenizersBackend | None | SentencePieceBackend` info: rule `unresolved-attribute` is enabled by default
ty (unresolved-attribute): convert_hf_to_gguf.py#L10915
convert_hf_to_gguf.py:10915:20: unresolved-attribute: Attribute `vocab` is not defined on `None` in union `Unknown | TokenizersBackend | None | SentencePieceBackend` info: rule `unresolved-attribute` is enabled by default