Skip to content

Commit

Permalink
Add DALLE2_pytorch to skips (#114924)
Browse files Browse the repository at this point in the history
Summary:
X-link: pytorch/pytorch#114924
Approved by: https://github.com/huydhn

Reviewed By: atalman

Differential Revision: D51778423

Pulled By: jansel

fbshipit-source-id: bb5d10de77eb401d633c237861c1593344bf7d54
  • Loading branch information
jansel authored and facebook-github-bot committed Dec 4, 2023
1 parent 8eec25c commit 0deb0be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userbenchmark/dynamo/dynamobench/torchbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def setup_torchbench_cwd():
"clip",
# multi gpu not always available in benchmark runners
"simple_gpt_tp_manual",
# TIMEOUT, hits cache size limit with recompiles
"DALLE2_pytorch",
}

SKIP_DUE_TO_CONTROL_FLOW = {
Expand Down

0 comments on commit 0deb0be

Please sign in to comment.