Skip to content

fix Type-Check error #3

fix Type-Check error

fix Type-Check error #3

Triggered via push August 7, 2024 12:07
Status Failure
Total duration 1m 6s
Artifacts
pyright type-check
57s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
pyright type-check: examples/llava/minicpmv-convert-image-encoder-to-gguf.py#L336
Expression of type "str" is incompatible with declared type "(raw_key: str, arch: str) -> str"   Type "str" is incompatible with type "(raw_key: str, arch: str) -> str" (reportAssignmentType)
pyright type-check
1 error
pyright type-check: examples/llava/minicpmv-surgery.py#L2
Import "glob" is not accessed (reportUnusedImport)