Skip to content

Commit

Permalink
yolov3: reduce batch size due to OOM (#111959)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmfan authored and pytorchmergebot committed Oct 25, 2023
1 parent 5120c97 commit 28ebe5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/dynamo/torchbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def setup_torchbench_cwd():
"hf_T5_base": 4,
"timm_efficientdet": 1,
"llama_v2_7b_16h": 1,
"yolov3": 8, # reduced from 16 due to cudagraphs OOM in TorchInductor dashboard
}

DETECTRON2_MODELS = {
Expand Down

0 comments on commit 28ebe5d

Please sign in to comment.