Skip to content

llama : add llama-simple-vision-mllama example (wip) #39

llama : add llama-simple-vision-mllama example (wip)

llama : add llama-simple-vision-mllama example (wip) #39

Triggered via push December 21, 2024 06:29
Status Failure
Total duration 1m 9s
Artifacts
pyright type-check
1m 1s
pyright type-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
pyright type-check: convert_hf_to_gguf.py#L225
"new_name_vision" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: convert_hf_to_gguf.py#L226
"new_name_vision" is possibly unbound (reportPossiblyUnboundVariable)
pyright type-check: convert_hf_to_gguf.py#L1779
Cannot assign to attribute "dir_model" for class "MLlamaModel*"   Type "Unknown | None" is not assignable to type "Path"     "None" is not assignable to "Path" (reportAttributeAccessIssue)
pyright type-check: convert_hf_to_gguf.py#L1846
Object of type "None" is not subscriptable (reportOptionalSubscript)
pyright type-check: convert_hf_to_gguf.py#L1847
Object of type "None" is not subscriptable (reportOptionalSubscript)
pyright type-check
5 errors
pyright type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pyright type-check: convert_hf_to_gguf.py#L1778
Import "AutoTokenizer" is not accessed (reportUnusedImport)