Embed files #193
Annotations
6 errors and 1 warning
gguf-py/scripts/gguf-addfile.py#L72
Argument of type "ReaderField | None" cannot be assigned to parameter "field" of type "ReaderField" in function "decode_field"
Type "ReaderField | None" is incompatible with type "ReaderField"
"None" is incompatible with "ReaderField" (reportArgumentType)
|
gguf-py/scripts/gguf-addfile.py#L75
"gguf" is not defined (reportUndefinedVariable)
|
gguf-py/scripts/gguf-addfile.py#L75
"gguf" is not defined (reportUndefinedVariable)
|
gguf-py/scripts/gguf-addfile.py#L75
Expected no type arguments for class "str" (reportInvalidTypeArguments)
|
gguf-py/scripts/gguf-addfile.py#L173
Argument of type "list[Unknown]" cannot be assigned to parameter "filename" of type "str" in function "copy_with_filename"
"list[Unknown]" is incompatible with "str" (reportArgumentType)
|
|
gguf-py/scripts/gguf-addfile.py#L14
Import "npt" is not accessed (reportUnusedImport)
|
The logs for this run have expired and are no longer available.
Loading