Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly install multipledispatch for conda build in nightly cron #1421

Closed
wants to merge 1 commit into from

Conversation

Balandat
Copy link
Contributor

Without this, imports are failing due to multipledispatch not being installed.

Without this, imports are failing due to multipledispatch not being installed.
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 26, 2022
@facebook-github-bot
Copy link
Contributor

@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Merging #1421 (07d0180) into main (a134ec4) will not change coverage.
The diff coverage is n/a.

❗ Current head 07d0180 differs from pull request most recent head 1ae6449. Consider uploading reports for the commit 1ae6449 to get more accurate results

@@            Coverage Diff            @@
##              main     #1421   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          124       124           
  Lines        11533     11533           
=========================================
  Hits         11533     11533           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Balandat added a commit to Balandat/botorch that referenced this pull request Sep 27, 2022
The changes from pytorch#1421 did not make it into the auto-deployment workflow. This fixes the issue allowing the conda package build and upload to be successful.

Also removes an unnecessary pin of jinja2.
facebook-github-bot pushed a commit that referenced this pull request Sep 28, 2022
Summary:
The changes from #1421 did not make it into the auto-deployment workflow. This fixes the issue allowing the conda package build and upload to be successful.

Also removes an unnecessary pin of jinja2.

Pull Request resolved: #1427

Reviewed By: esantorella

Differential Revision: D39860235

Pulled By: esantorella

fbshipit-source-id: ac60f52aec76f4f1c533929dd2ed45e7d3e5dcfb
esantorella added a commit to esantorella/botorch that referenced this pull request Feb 14, 2023
…h#1421)

Summary:
X-link: facebook/Ax#1421

Pull Request resolved: pytorch#1677

The previous diff discusses issues with kwargs in BoTorch optimizers and resolves some of them. This diff warns if keyword arguments that do nothing are passed to an optimizer, and stops Ax (botorch-modular) from doing that.

Reviewed By: lena-kashtelyan

Differential Revision: D43277102

fbshipit-source-id: f22b4cd1c4b6227a5210f27d1501c3667209a1d7
facebook-github-bot pushed a commit that referenced this pull request Feb 16, 2023
Summary:
X-link: facebook/Ax#1421

Pull Request resolved: #1677

The previous diff discusses issues with kwargs in BoTorch optimizers and resolves some of them. This diff warns if keyword arguments that do nothing are passed to an optimizer, and stops Ax (botorch-modular) from doing that.

Reviewed By: lena-kashtelyan

Differential Revision: D43277102

fbshipit-source-id: b31ef580223fd9d8596a9c69ac4035cbd9e8f3ef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants