Fixed cuda pinning for cuda and pytorch#71
Conversation
|
@conda-forge-admin, please rerender |
|
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14012867284. 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/14012872036. Examine the logs at this URL for more detail. |
|
@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/14025619997. Examine the logs at this URL for more detail. |
Why do you want to pin which resolves successfully. Please open an issue to discuss whatever problem you're encountering this PR is not correct. |
h-vetinari
left a comment
There was a problem hiding this comment.
ok, I see the problem now. We just need to add a pinned cuda-version to host.
|
@conda-forge-admin, please rerender |
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.03.23.21.47.32
|
@h-vetinari thanks for bearing with me while I upskill on conda maintenance, sorry this was a bit of a mess |
|
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)Currently the cuda and pytorch pins allow cuda versions to based on what's default. E.g. when building version:
it ends up with deps like:
which makes it incompatible with the very cuda 12.6 it's supposed to be using in this build, e.g.
The deps should be (and is after this patch when testing locally):