Skip to content

Commit

Permalink
Update keras_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 11, 2024
1 parent 4f3ca1d commit 2154129
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/keras_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ def main(argv):
if True:
benchfns += [
("bert_predict", benchmark.bert.bert_predict_run, Both),
]

# OOM's the 4070 :'(
if False:
benchfns += [
("bert_fit", benchmark.bert.bert_fit_run, Both),
]

Expand All @@ -92,6 +97,7 @@ def main(argv):
# Oom's the gpu ci
if bname == "bert_predict" and name == "IPartOpt":
continue

os.environ.pop("ENZYME_JAX", None)
os.environ.pop("ENZYME_JAX_PRE", None)
if pipe is not None:
Expand Down

0 comments on commit 2154129

Please sign in to comment.