Merge branch 'main' into check-streamable #42
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors
run-tests (3.10, ubuntu-latest):
elk/extraction/extraction.py#L116
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)
|
run-tests (3.10, ubuntu-latest):
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)
|
run-tests (3.10, ubuntu-latest):
elk/utils/data_utils.py#L59
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)
|
run-tests (3.10, ubuntu-latest)
3 errors
|
run-tests (3.10, macos-latest)
The job was canceled because "_3_10_ubuntu-latest" failed.
|
run-tests (3.11, macos-latest)
The job was canceled because "_3_10_ubuntu-latest" failed.
|
run-tests (3.11, ubuntu-latest)
The job was canceled because "_3_10_ubuntu-latest" failed.
|
run-tests (3.11, ubuntu-latest)
The operation was canceled.
|