Skip to content

Introduce uv based wheel build #6630

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atalman
Copy link
Contributor

@atalman atalman commented May 12, 2025

This PR introduces uv based wheel building rather then conda based one that we currently use.
TestPR: #6626
Introduce following workflows:

setup-binary-builds-v2/action.yml - UV based rather then conda based
build_wheels_linux_v2.yml - UV based rather then conda based

Why is it required ? We remove dependency on conda (including python 3.13t install that is available via coda-forge only)
This makes our project Nova builds be more like pytorch/pytorch builds
Idea is to migrate vision and audio to these workflows and announce possibility of migration to the rest of the ecosystem libraries.

Copy link

vercel bot commented May 12, 2025

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 12, 2025
echo "source /opt/intel/oneapi/pti/latest/env/vars.sh"
} >> "${BUILD_ENV_FILE}"
- name: Install torch dependency
run: |

Check failure

Code scanning / lintrunner

ACTIONLINT/[shellcheck] Error

shellcheck reported issue in this script: SC2086:info:4:8: Double quote to prevent globbing and word splitting
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }}

Check failure

Code scanning / lintrunner

ACTIONLINT/[expression] Error test

property "pre-script" is not defined in object type {package-name: string; repository: string; smoke-test-script: string}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }}

Check failure

Code scanning / lintrunner

ACTIONLINT/[expression] Error test

property "post-script" is not defined in object type {package-name: string; repository: string; smoke-test-script: string}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants