Skip to content

Commit

Permalink
[torchbench] Re-land: Force llama_v2_7b_16h to use SGD. (#6402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiraichi authored and bhavya01 committed Apr 22, 2024
1 parent 566e996 commit f157a24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmarks/torchbench_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"timm_vovnet",
"vgg16",
"hf_T5",
# PyTorch/benchmark sets its optimizer as SGD.
# Otherwise, OOMs.
"llama_v2_7b_16h",
}

# Skip the experiment of a model if any of the experiment configs in the list is fully matched
Expand Down

0 comments on commit f157a24

Please sign in to comment.