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 2154129 commit 6416e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/keras_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def main(argv):
benchfns += [
("bert_fit", benchmark.bert.bert_fit_run, Both),
]

if True:
# also oom
if False:
benchfns += [
("sam_predict", benchmark.sam.sam_predict_run, Both),
("sam_fit", benchmark.sam.sam_fit_run, Both),
Expand Down

0 comments on commit 6416e6e

Please sign in to comment.