Skip to content

Commit d6c9d3b

Browse files
dme65facebook-github-bot
authored andcommitted
Lower memory usage in CAS tutorial (#1739)
Summary: The CAS tutorial has been running into OOMs in the CI. This lowers the memory usage by using fewer samples in the ECI acquisition function. Pull Request resolved: #1739 Test Plan: https://github.com/dme65/botorch/actions/runs/4421176030/jobs/7751689032 Reviewed By: Balandat Differential Revision: D44074918 Pulled By: dme65 fbshipit-source-id: 03ed7d40328d72bb90fd0c75f88583e1a25a743d
1 parent 2d87f90 commit d6c9d3b

File tree

2 files changed

+129
-132
lines changed

2 files changed

+129
-132
lines changed

scripts/run_tutorials.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
RUN_IF_SMOKE_TEST_IGNORE_IF_STANDARD = { # only used in smoke tests
2828
"thompson_sampling.ipynb", # very slow without KeOps + GPU
2929
"composite_mtbo.ipynb", # TODO: very slow, figure out if we can make it faster
30-
# Causing the tutorials to crash when run without smoke test. Likely OOM.
31-
# Fix planned.
32-
"constraint_active_search.ipynb",
3330
# Timing out in standard mode
3431
"saasbo.ipynb",
3532
# Timing out in standard mode

0 commit comments

Comments
 (0)