llama : add llama-simple-vision-mllama example (wip) #39
python-type-check.yml
on: push
pyright type-check
1m 1s
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)
|