Skip to content

Conversation

malfet
Copy link
Contributor

@malfet malfet commented Nov 30, 2023

Once sympy-1.12 has been added it can be build across the board

Majority of the changes are in the builder repo:

And finally, to workaround chicken-and-egg problem from smoke_test.bat:97

call conda install -yq numpy pytorch %CONDA_EXTRA_ARGS%

Manually upload binaries to pytorch-nightly channel (will fix it akin to Nova in followup PRs)

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Nov 30, 2023
Copy link

pytorch-bot bot commented Nov 30, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/114819

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (1 Unrelated Failure)

As of commit 7a478cd with merge base 0ced55e (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@malfet
Copy link
Contributor Author

malfet commented Nov 30, 2023

[Edit] sympy is finally available on conda

This reverts commit 95f4895.

As sympy has been updated to 1.12 with python-3.12 support added see https://anaconda.org/anaconda/sympy/files?version=1.12
@malfet malfet marked this pull request as ready for review December 2, 2023 02:55
@malfet malfet requested a review from a team as a code owner December 2, 2023 02:55
@malfet
Copy link
Contributor Author

malfet commented Dec 3, 2023

@pytorchbot merge -f “binary builds are green”

Copy link

pytorch-bot bot commented Dec 3, 2023

❌ 🤖 pytorchbot command failed:

@pytorchbot: error: unrecognized arguments: builds are green”

usage: @pytorchbot [-h] {merge,revert,rebase,label,drci} ...

Try @pytorchbot --help for more info.

@malfet
Copy link
Contributor Author

malfet commented Dec 3, 2023

@pytorchbot merge -f "binary builds are green"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

malfet added a commit that referenced this pull request Dec 8, 2023
Currently there is a chicken and egg problem with enabling triton builds for the platform, as package depends on `torch`, so I can only submit this change few days after #114819
pytorchmergebot pushed a commit that referenced this pull request Dec 8, 2023
Currently there is a chicken and egg problem with enabling triton builds for the platform, as package depends on `torch`, so I can only submit this change few days after #114819

Pull Request resolved: #115424
Approved by: https://github.com/clee2000, https://github.com/seemethere
dmenig pushed a commit to dmenig/pytorch that referenced this pull request Dec 21, 2023
Once [sympy-1.12](https://anaconda.org/anaconda/sympy/files?version=1.12) has been added it can be build across the board

Majority of the changes are in the builder repo:
* pytorch/builder@6b8c73f tweaks numpy and openssl deps
* pytorch/builder@fc773dd <- tweak MLK requirements for Windows
* pytorch/builder@ca378c1 do not depend on Triton
* pytorch/builder@3c7404d <- build without GLOO_SSL

And finally, to workaround chicken-and-egg problem from [smoke_test.bat:97](https://github.com/pytorch/builder/blob/b92da8cd64c9db81effcb8a48992e69ecb4d6346/windows/internal/smoke_test.bat#L97)
```cmd
call conda install -yq numpy pytorch %CONDA_EXTRA_ARGS%
```

Manually upload binaries to pytorch-nightly channel (will fix it akin to Nova in followup PRs)
Pull Request resolved: pytorch#114819
Approved by: https://github.com/huydhn
dmenig pushed a commit to dmenig/pytorch that referenced this pull request Dec 21, 2023
Currently there is a chicken and egg problem with enabling triton builds for the platform, as package depends on `torch`, so I can only submit this change few days after pytorch#114819

Pull Request resolved: pytorch#115424
Approved by: https://github.com/clee2000, https://github.com/seemethere
@github-actions github-actions bot deleted the malfet/enable-py312-conda-builds branch February 19, 2024 02:00
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.

3 participants