Skip to content

Commit

Permalink
Submitit ask-tell tutorial (#2127)
Browse files Browse the repository at this point in the history
Summary:
Adds a tutorial that shows how to use the AxClient to schedule jobs and tune parameters on a Slurm cluster via SubmitIt.

Code changes:
1. The tutorial notebook
2. Linking the tutorial notebook for the website. (index.js, tutorials.json)

Testing:
Q: How can I make sure that this tutorial shows up correctly on the Ax doc site?

Pull Request resolved: #2127

Reviewed By: mpolson64

Differential Revision: D52700312

Pulled By: mhavasi

fbshipit-source-id: d4cd57427e99ac3b0893cd2bfa91b64510b85876
  • Loading branch information
Marton Havasi authored and facebook-github-bot committed Jan 24, 2024
1 parent 80d346b commit 894d392
Show file tree
Hide file tree
Showing 4 changed files with 7,635 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"pyro-ppl", # Required for to call run_inference.
"pytorch-lightning", # For the early stopping tutorial.
"papermill", # For executing the tutorials.
"submitit", # Required for building the SubmitIt notebook.
]


Expand Down
Loading

0 comments on commit 894d392

Please sign in to comment.