Skip to content

add frame num

add frame num #27

Triggered via push August 23, 2024 07:21
Status Failure
Total duration 1m 25s
Artifacts
pyright type-check
1m 13s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_0-convert-image-encoder-to-gguf.py#L9
Import "timm" could not be resolved (reportMissingImports)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_0-convert-image-encoder-to-gguf.py#L187
"minicpmv_version" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_0-convert-image-encoder-to-gguf.py#L316
"ftype_cur" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_0-convert-image-encoder-to-gguf.py#L334
Import "timm.layers" could not be resolved (reportMissingImports)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py#L9
Import "timm" could not be resolved (reportMissingImports)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py#L194
"minicpmv_version" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py#L324
"ftype_cur" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py#L338
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: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L120
Method "from_pretrained" overrides class "PretrainedConfig" in an incompatible manner   Positional parameter count mismatch; base method has 8, but override has 3 (reportIncompatibleMethodOverride)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L146
Import "flash_attn" could not be resolved (reportMissingImports)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_0-surgery.py#L2
Import "glob" is not accessed (reportUnusedImport)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py#L9
Import "timm" is not accessed (reportUnusedImport)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-surgery.py#L2
Import "glob" is not accessed (reportUnusedImport)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L23
Import "Any" is not accessed (reportUnusedImport)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-surgery.py#L2
Import "glob" is not accessed (reportUnusedImport)
pyright type-check: openbmb/mme.py#L3
Import "Image" is not accessed (reportUnusedImport)
pyright type-check: openbmb/test.py#L3
Import "plt" is not accessed (reportUnusedImport)