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

Move new dispatch utils out of preview #3468

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mpolson64
Copy link
Contributor

Summary: As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Mar 5, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 5, 2025
Summary:

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 5, 2025
Summary:
Pull Request resolved: facebook#3468

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 5, 2025
Summary:

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 5, 2025
Summary:
Pull Request resolved: facebook#3468

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 5, 2025
Summary:
Pull Request resolved: facebook#3468

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@mpolson64 mpolson64 force-pushed the export-D70647193 branch 2 times, most recently from 1cf72b8 to 4fa01eb Compare March 6, 2025 01:11
mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 6, 2025
Summary:

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 6, 2025
Summary:

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 6, 2025
Summary:
Pull Request resolved: facebook#3468

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2025

Codecov Report

Attention: Patch coverage is 99.48718% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.02%. Comparing base (4473fe7) to head (4970fa6).

Files with missing lines Patch % Lines
ax/generation_strategy/dispatch_utils.py 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3468      +/-   ##
==========================================
- Coverage   96.03%   96.02%   -0.01%     
==========================================
  Files         539      537       -2     
  Lines       52904    52887      -17     
==========================================
- Hits        50804    50787      -17     
  Misses       2100     2100              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Summary: We have a new choose_generation_strategy in ax.preview.modelbridge that will be migrated out of preview in the next diff. Rename existing choose_generation_strategy to avoid name conflict

Differential Revision: D70647194
mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 6, 2025
Summary:

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
mpolson64 added a commit to mpolson64/Ax that referenced this pull request Mar 6, 2025
Summary:

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

Summary:
Pull Request resolved: facebook#3468

As titled. Also refactored slightly such that we wont be importing from ax.api anywhere in the codebase. To keep our module structure easy to reason about it is very important to keep the ax.api module at the root of our dep tree.

Differential Revision: D70647193
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70647193

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. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants