Skip to content

Python Type-Check

Python Type-Check #124

Triggered via push January 21, 2026 11:55
Status Failure
Total duration 1m 48s
Artifacts
pyright type-check
1m 43s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
pyright type-check
2 errors
pyright type-check: gguf-py/gguf/vocab.py#L697
Operator "/" not supported for types "Path" and "tuple[str, str] | Literal['tekken.json']"   Operator "/" not supported for types "Path" and "tuple[str, str]" when expected type is "Path" (reportOperatorIssue)
pyright type-check: gguf-py/gguf/vocab.py#L689
Operator "/" not supported for types "Path" and "tuple[str, str] | Literal['tekken.json']"   Operator "/" not supported for types "Path" and "tuple[str, str]" when expected type is "str | Path" (reportOperatorIssue)