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 c59309f commit 4f3ca1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/keras_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ def main(argv):
for name, pipe, dev in pipelines():
if pipe is None and AD:
continue
if bname.endswith("predict") and AD:
continue
# 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 4f3ca1d

Please sign in to comment.