Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 3, 2024
1 parent 4e1a2c3 commit 81adb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/olmo_core/internal/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def build_launch_config(
"conda shell.bash activate base",
"pip install -e '.[all]'",
# Quickly try a new version of PyTorch like this
"pip install --upgrade --pre torch==2.6.0.dev20241112+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121",
# "pip install --upgrade --pre torch==2.6.0.dev20241112+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121",
"pip freeze",
# Move AWS credentials from env to relevant files
"mkdir -p ~/.aws",
Expand Down
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 = True
compile = False
return TransformerConfig.olmo2_26B(
vocab_size=common.tokenizer.padded_vocab_size(),
compile=compile,
Expand Down

0 comments on commit 81adb75

Please sign in to comment.