Skip to content

Commit

Permalink
try compile again
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 3, 2024
1 parent d552a3a commit 8ba7f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/train/OLMo2-26B.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


def build_model_config(common: CommonComponents) -> TransformerConfig:
compile = False
compile = True
return TransformerConfig.olmo2_26B(
vocab_size=common.tokenizer.padded_vocab_size(),
compile=compile,
Expand Down

0 comments on commit 8ba7f58

Please sign in to comment.