show plotly in notebooks inline #33
Annotations
6 errors
elk/extraction/extraction.py#L114
Argument of type "str | device" cannot be assigned to parameter "self" of type "PreTrainedModel" in function "__call__"
Type "str | device" cannot be assigned to type "PreTrainedModel"
"device" is incompatible with "PreTrainedModel" (reportGeneralTypeIssues)
|
elk/extraction/prompt_loading.py#L168
Argument of type "Features | Unknown | None" cannot be assigned to parameter "features" of type "Features" in function "infer_label_column"
Type "Features | Unknown | None" cannot be assigned to type "Features"
Type "None" cannot be assigned to type "Features" (reportGeneralTypeIssues)
|
elk/extraction/prompt_loading.py#L169
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
elk/training/train.py#L45
Argument of type "Literal['eigen']" cannot be assigned to parameter "default" of type "_MISSING_TYPE" in function "subgroups"
"Literal['eigen']" is incompatible with "_MISSING_TYPE" (reportGeneralTypeIssues)
|
elk/utils/data_utils.py#L65
Expression of type "tuple[str, ...]" cannot be assigned to return type "tuple[str, str]"
"tuple[str, ...]" is incompatible with "tuple[str, str]"
Tuple size mismatch; expected 2 but received indeterminate (reportGeneralTypeIssues)
|
|
The logs for this run have expired and are no longer available.
Loading