-
-
Notifications
You must be signed in to change notification settings - Fork 50
#231 rebased on main for PyTorch 2.5.1 #302
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
#231 rebased on main for PyTorch 2.5.1 #302
Conversation
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12349671136. Examine the logs at this URL for more detail. |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the GitHub Actions workflow below for more details. You can also ping The following suggestions might help debug any issues:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12267059292. Examine the logs at this URL for more detail. |
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the GitHub Actions workflow below for more details. You can also ping The following suggestions might help debug any issues:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12267131872. Examine the logs at this URL for more detail. |
…onda-forge-pinning 2024.12.10.18.05.37
FYI @jeongseok-meta @baszalmstra - I created this PR for playing around; I'll see if I have time to push this further. Do we have a test server that we can play with easily? Unfortunately the conda-forge Windows machine only has 20GB storage left, which won't be nearly enough for this .. |
I see you already found how to get access to the windows runners! 👍 |
Hmm I’m not sure why the CI isn’t running |
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12285335923. Examine the logs at this URL for more detail. |
…onda-forge-pinning 2024.12.15.06.34.57
I ran into the same issue in my PR. The only reliable way I found to fix this was to add |
Hmm this directly builds on top of your PR and already includes the clean: https://github.com/Tobias-Fischer/pytorch-cpu-feedstock/blob/4bbb512e60f2ddb643c1a57c174df94106abf957/recipe/bld.bat#L139 |
@conda-forge-admin please rerender |
…onda-forge-pinning 2024.12.15.16.05.58
Co-authored-by: Mark Harfouche <[email protected]>
@conda-forge-admin please rerender |
mkl builds fail with:
non-mkl builds fail with:
Will try and fix the non-mkl builds by setting |
…onda-forge-pinning 2024.12.15.16.05.58
I have a feeling that the mkl issue is due to conda-forge/conda-forge.github.io#1597 but I don't understand enough of it. In the logs we can see that
We also know the mkl error is:
And that one of the fbgemm.dll dependencies is libiomp5md.dll ( Not sure how to go from here, @isuruf mentioned in conda-forge/conda-forge.github.io#1597 that:
|
It seems like USE_LITE_PROTO fixed both mkl and generic builds :). What are the best steps to get a proper review going? We need:
I’ll kick off some CUDA builds - let’s see how we go. |
@conda-forge-admin please rerender |
…onda-forge-pinning 2024.12.15.16.05.58
Closing - all work has been rebased on top of #231 |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Very hacky for now without proper commit messages etc; just for testing