Skip to content

Commit 9eda189

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Put HOGP tutorial in ignorelist (#1540)
Summary: This seems to be OOMing the nightly cron. Let's skip it until we get around to reducing its memory usage. Pull Request resolved: #1540 Test Plan: https://github.com/pytorch/botorch/actions/runs/3631828439 should pass. {F815574836} Reviewed By: Balandat Differential Revision: D41772527 Pulled By: saitcakmak fbshipit-source-id: dadd6a438f89bec840e7b3f5fec963a542f8d245
1 parent 9aaf804 commit 9eda189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_tutorials.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"thompson_sampling.ipynb", # very slow without KeOps + GPU
2929
"composite_mtbo.ipynb", # TODO: very slow, figure out if we can make it faster
3030
"Multi_objective_multi_fidelity_BO.ipynb", # TODO: very slow, speed up
31+
"composite_bo_with_hogp.ipynb", # TODO: OOMing the nightly cron, reduce memory usage.
3132
}
3233

3334

0 commit comments

Comments
 (0)