Skip to content

Commit 17101d3

Browse files
ClassicLarryclaude
andcommitted
heuristic_v{1,2}: strip trailing blank lines per black 25.9.0
CI's black is pinned to 25.9.0 and removes extra blank lines after the last class in each file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent feac54b commit 17101d3

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

experiments/grug/moe/heuristic_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ def build_model_config(self, hidden_size: int, seq_len: int = SEQ_LEN) -> GrugMo
231231
)
232232

233233

234-
235-
236234
def build_from_heuristic(
237235
*,
238236
budget: float,

experiments/grug/moe/heuristic_v2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,3 @@ def build_model_config(self, hidden_size: int, seq_len: int = SEQ_LEN) -> GrugMo
251251
initializer_std=0.5 / math.sqrt(hidden_size),
252252
qk_mult=1.3,
253253
)
254-
255-

0 commit comments

Comments
 (0)