add migration for pytorch 2.9#7994
Conversation
|
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 ( |
|
hm the commit message is mesleading in the yaml |
| @@ -0,0 +1,10 @@ | |||
| migrator_ts: 1764149285 | |||
| __migrator: | |||
| commit_message: Rebuild for pytorch 2.8 | |||
There was a problem hiding this comment.
Copy-paste typo...
| commit_message: Rebuild for pytorch 2.8 | |
| commit_message: Rebuild for pytorch 2.9 |
yes, sorry about that. It got fixed in #7997 |
|
I didn’t know if we could just edit things like that. Thanks. |
There are some sensitive things, but the commit message is not among them. We shouldn't change:
There's some exceptions where the third point can be justified (e.g. to couple two migrations that have log-jammed), but otherwise, the commit message, |
Follow-up to conda-forge/pytorch-cpu-feedstock#448