convert : fix gpt-oss #5384
Annotations
2 errors
|
Type-check with Pyright
1 error
|
|
Type-check with Pyright:
convert_hf_to_gguf.py#L9620
Argument of type "Unknown | Any | None" cannot be assigned to parameter "value" of type "float" in function "add_rope_freq_base"
Type "Unknown | Any | None" is not assignable to type "float"
"None" is not assignable to "float" (reportArgumentType)
|
Loading