Skip to content

add resampler of v2.6 #10

add resampler of v2.6

add resampler of v2.6 #10

Triggered via push August 10, 2024 10:19
Status Failure
Total duration 1m 12s
Artifacts
pyright type-check
1m 4s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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_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_6-convert-image-encoder-to-gguf.py#L147
Import "flash_attn.bert_padding" could not be resolved (reportMissingImports)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L155
"torch" is not exported from module "torch" (reportPrivateImportUsage)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L214
Function with declared return type "Tensor" must return value on all code paths   "None" is incompatible with "Tensor" (reportReturnType)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L245
"denom" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L291
Expression of type "None" is incompatible with declared type "FloatTensor"   "None" is incompatible with "FloatTensor" (reportAssignmentType)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_6-convert-image-encoder-to-gguf.py#L342
No overloads for "arange" match the provided arguments (reportCallIssue)
pyright type-check: examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py#L9
Import "timm" is not accessed (reportUnusedImport)