refactor(sae): decouple encoder & decoder from sae methods #186
Annotations
4 errors and 2 warnings
Code Checks:
src/lm_saes/circuit/context.py#L21
Argument of type "Tensor" cannot be assigned to parameter "batch" of type "dict[str, Tensor]" in function "forward"
"Tensor" is not assignable to "dict[str, Tensor]" (reportArgumentType)
|
Code Checks:
src/lm_saes/circuit/context.py#L36
Argument of type "Tensor" cannot be assigned to parameter "batch" of type "dict[str, Tensor]" in function "forward"
"Tensor" is not assignable to "dict[str, Tensor]" (reportArgumentType)
|
Code Checks
2 errors
|
Code Checks
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|