Skip to content

fix(forge-gemm): MoE runtime key, E2E faults, warm-replay nogit, model path - #1238

Merged
xiaofei-zheng merged 29 commits into
mainfrom
feature/leixin/forge-fmoe-key-from-log
Aug 21, 2026
Merged

fix(forge-gemm): MoE runtime key, E2E faults, warm-replay nogit, model path#1238
xiaofei-zheng merged 29 commits into
mainfrom
feature/leixin/forge-fmoe-key-from-log

fix(test): read _apply_warm_patches' legacy return as the list it is

9a0292f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 21, 2026 in 4s

6 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 241 in src/hyperloom/inference_optimizer/tests/test_gemm_bf16_aiter_routing.py

See this annotation in the file changed.

Code scanning / CodeQL

File is not always closed Warning test

File is opened but is not closed.

Check warning on line 266 in src/hyperloom/inference_optimizer/tests/test_gemm_bf16_aiter_routing.py

See this annotation in the file changed.

Code scanning / CodeQL

File is not always closed Warning test

File is opened but is not closed.

Check notice on line 150 in src/hyperloom/common/model_paths.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 160 in src/hyperloom/common/model_paths.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 167 in src/hyperloom/inference_optimizer/tests/test_forge_gemm_durable_persist.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable aiter_pkg is not used.

Check notice on line 1373 in src/hyperloom/orchestrator/actions/executors/baseline.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
hyperloom.orchestrator.actions.executors.integrate_patch
begins an import cycle.