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

Fix install_conda in setup-ubuntu.sh to consider the CPU architecture #8706

Closed
wants to merge 3 commits into from

Conversation

acvictor
Copy link
Contributor

@acvictor acvictor commented Feb 8, 2024

The function install_conda in setup_ubuntu.sh always downloads the conda package corresponding to
the CPU architecture x86_64.
Fix the function to download the conda package based on the actual CPU architecture (x86_64 or aarch64).

Resolves #8453

Copy link

netlify bot commented Feb 8, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit bf2357a
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/65cc0a312690400008c284c0

@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 Feb 8, 2024
@acvictor
Copy link
Contributor Author

acvictor commented Feb 9, 2024

@kgpai @majetideepak can you please review this? Thanks!

@acvictor
Copy link
Contributor Author

Thank you @majetideepak for the review! @mbasmanova can you please help with completing this?

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

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

@acvictor @majetideepak Would it be possible to update PR title and description to clarify what these changes are about? What was the problem and what is the solution?

@kgpai Krishna, would you help review and merge this PR?

@mbasmanova mbasmanova requested a review from kgpai February 13, 2024 07:12
@majetideepak majetideepak changed the title Check Architecture Type for Conda in setup-ubuntu.sh Fix install_conda in setup-ubuntu.sh to consider the CPU architecture Feb 13, 2024
@majetideepak
Copy link
Collaborator

majetideepak commented Feb 13, 2024

@mbasmanova I added a description. Thanks.

@mbasmanova
Copy link
Contributor

@majetideepak Thank you, Deepak.

@kgpai
Copy link
Contributor

kgpai commented Feb 13, 2024

@majetideepak @acvictor We are having some issues importing PRs today; we hope to fix this soon, please give a day or two to merge and land these PRs.

@facebook-github-bot
Copy link
Contributor

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

@mbasmanova
Copy link
Contributor

@acvictor Would you rebase so we can merge?

@acvictor
Copy link
Contributor Author

@acvictor Would you rebase so we can merge?

Done!

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

@mbasmanova merged this pull request in 5d1d2a3.

Copy link

Conbench analyzed the 1 benchmark run on commit 5d1d2a3f.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

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

Successfully merging this pull request may close these issues.

install_conda in setup_ubuntu.sh should consider CPU_TARGET
6 participants