Add SmolLM3 #3022
python-type-check.yml
on: pull_request
pyright type-check
1m 21s
Annotations
5 errors
|
pyright type-check
4 errors
|
|
pyright type-check:
convert_hf_to_gguf.py#L6309
Expected 2 positional arguments (reportCallIssue)
|
|
pyright type-check:
convert_hf_to_gguf.py#L6309
Cannot access attribute "model" for class "SmolLM3Model*"
Attribute "model" is unknown (reportAttributeAccessIssue)
|
|
pyright type-check:
convert_hf_to_gguf.py#L6308
Cannot access attribute "model" for class "SmolLM3Model*"
Attribute "model" is unknown (reportAttributeAccessIssue)
|
|
pyright type-check:
convert_hf_to_gguf.py#L6301
"Model" is not defined (reportUndefinedVariable)
|