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

Refactor M1 logic and fix version #2438

Closed
wants to merge 10 commits into from
Closed

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Jun 2, 2022

Refactor M1 logic
These improvement introduced in following PR: pytorch/vision#6117

@atalman atalman changed the title Add unit test step and refactor m1 logic Refactor M1 logic and fix version Jun 2, 2022
@atalman atalman requested a review from mthrok June 2, 2022 21:03
WHL_NAME=torchaudio-${BUILD_VERSION}-cp${PY_VERS/.}-cp${PY_VERS/.}-macosx_11_0_arm64.whl
conda create -yp ${ENV_NAME} python=${PY_VERS} numpy cmake ninja libpng openjpeg wheel pkg-config
conda run -p ${ENV_NAME} python3 -mpip install torch --extra-index-url=https://download.pytorch.org/whl/nightly
conda create -yp ${ENV_NAME} python=${PY_VERS} numpy cmake pytest ninja libpng openjpeg wheel pkg-config
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: seems like the unit test step was removed in the end. pytest is not necessary in that case.
(also libpng and openjpeg have nothing to do in audio repo)

@facebook-github-bot
Copy link
Contributor

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

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

Hey @atalman.
You merged this PR, but labels were not properly added. Please add a primary and secondary label (See https://github.com/pytorch/audio/blob/main/.github/process_commit.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants