Skip to content

molt: fix distributed decoder bias scaling #711

molt: fix distributed decoder bias scaling

molt: fix distributed decoder bias scaling #711

Triggered via push March 15, 2026 07:52
Status Failure
Total duration 1m 49s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
ruff
Process completed with exit code 1.
ruff (F841): src/lm_saes/backend/language_model.py#L930
src/lm_saes/backend/language_model.py:930:5: F841 Local variable `intermediate_source_to_target_mapping` is assigned to but never used help: Remove assignment to unused variable `intermediate_source_to_target_mapping`
ruff (invalid-syntax): src/lm_saes/backend/language_model.py#L892
src/lm_saes/backend/language_model.py:892:20: invalid-syntax: Cannot use type parameter lists on Python 3.11 (syntax was added in Python 3.12)
ruff (F401): src/lm_saes/backend/language_model.py#L54
src/lm_saes/backend/language_model.py:54:50: F401 `lm_saes.utils.misc.item` imported but unused help: Remove unused import: `lm_saes.utils.misc.item`
ruff (F401): src/lm_saes/backend/language_model.py#L38
src/lm_saes/backend/language_model.py:38:18: F401 `tqdm.tqdm` imported but unused help: Remove unused import: `tqdm.tqdm`
ruff (F401): src/lm_saes/backend/language_model.py#L22
src/lm_saes/backend/language_model.py:22:5: F401 `typing.TypedDict` imported but unused help: Remove unused import: `typing.TypedDict`
ruff (I001): src/lm_saes/backend/language_model.py#L1
src/lm_saes/backend/language_model.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
Unit Tests
Process completed with exit code 2.
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Type Checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Distributed Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/