Skip to content

second attempt

second attempt #22

Triggered via push February 16, 2025 13:24
Status Failure
Total duration 1m 18s
Artifacts
pyright type-check
1m 9s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
pyright type-check: gguf-py/gguf/gguf_reader.py#L69
Type "int | list[int]" is not assignable to declared type "int"   Type "int | list[int]" is not assignable to type "int"     "list[int]" is not assignable to "int" (reportAssignmentType)
pyright type-check: gguf-py/gguf/gguf_reader.py#L72
Type "int | list[int]" is not assignable to declared type "list[int]"   Type "int | list[int]" is not assignable to type "list[int]"     "int" is not assignable to "list[int]" (reportAssignmentType)
pyright type-check
2 errors