Combined updates for 2.10.x#475
Conversation
Issue conda-forge#447 again. Signed-off-by: Michał Górny <mgorny@quansight.com>
Part-of: conda-forge#352 Closes: conda-forge#352
Closes: conda-forge#464 Signed-off-by: Michał Górny <mgorny@quansight.com>
Fixes conda-forge#447 Signed-off-by: Michał Górny <mgorny@quansight.com>
Signed-off-by: Michał Górny <mgorny@quansight.com>
|
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/21220733650. Examine the logs at this URL for more detail. |
Signed-off-by: Michał Górny <mgorny@quansight.com>
Co-authored-by: h-vetinari <h.vetinari@gmx.com>
|
@h-vetinari, do we want to include CUDA 13 migration for when the final is released? |
As long as you use a development install of smithy (combined with the skip from #332, so that CPU builds run on non-GPU agents), that's OK for me. We also won't be able to test the GPU paths for CUDA 13, but I guess running the test suite on CUDA 12.x only is good enough. |
I suppose new conda-smithy will be released before the final version. |
|
The aarch64 build hit the "exec format error" problem again, and the mkl/CUDA x86-64 build seems to have hit some builder issue — the logs are cut short, and GitHub seemed to be confused over whether it actually failed or was still running. |
|
Uh, aarch64 keeps failing with that "Exec format error". I wonder how it is that it happens only in some runs. And then mkl run timed out. FWICS the non-mkl build took over 19 hours anyway, so we probably need to consider increasing timeouts again. |
Signed-off-by: Michał Górny <mgorny@quansight.com>
Signed-off-by: Michał Górny <mgorny@quansight.com>
…6.01.20.09.33.33 Other tools: - conda-build 25.11.1 - rattler-build 0.55.0 - rattler-build-conda-compat 1.4.10
|
One test failure on osx-arm64; I can add a skip for that while merging (assuming the rest doesn't blow up) |
|
Uh, For |
|
Sigh, some BS flake in the other linux-64 + CUDA job as well |
|
Note to self: enable py3.14 testing on |
|
That was fast (Making all pass)! |
|
It was fast in the meaning being able to serve users once the official version is released. Anyhow, appreciate all the knowledge and effort by you @mgorny , @h-vetinari. |
|
Thanks for the kind words!
Yeah, I've been saying (hoping 😅) that I think the worst of the delays should hopefully be behind us, now that we've switched all platforms to run on special-purpose CI here. Still not exactly easy when a full build for a single commit can take 2-3 days, but hopefully we'll be able to keep things running smoothly! |
|
This is due to conda/infrastructure#1159 and needs manual work-arounds. Please be patient |
$ gh run download 21312278993 --repo conda-forge/pytorch-cpu-feedstock --name conda_artifacts_21312278993_win_64_channel_targetsconda-forge_maincu_hca575dce
$ unzip pytorch-cpu-feedstock_conda_artifacts_.zip
$ cd bld/win-64 && rm current_repodata.json index.html repodata*
$ ls
libtorch-2.10.0-cuda128_mkl_h5af97b6_300.conda pytorch-gpu-2.10.0-cuda128_mkl_hc88b545_300.conda
pytorch-2.10.0-cuda128_mkl_py310_h1968e09_300.conda pytorch-tests-2.10.0-cuda128_mkl_py310_hf0eca92_300.conda
pytorch-2.10.0-cuda128_mkl_py311_h7fbd949_300.conda pytorch-tests-2.10.0-cuda128_mkl_py311_hc85c64c_300.conda
pytorch-2.10.0-cuda128_mkl_py312_h5b42cb5_300.conda pytorch-tests-2.10.0-cuda128_mkl_py312_hb3d0777_300.conda
pytorch-2.10.0-cuda128_mkl_py313_ha1b8ff3_300.conda pytorch-tests-2.10.0-cuda128_mkl_py313_hd85d54a_300.conda
$ ls | xargs anaconda upload
$ DELEGATE=h-vetinari
PACKAGE_VERSION=2.10.0
for package in libtorch pytorch pytorch-gpu pytorch-tests; do
anaconda copy --from-label main --to-label main --to-owner conda-forge ${DELEGATE}/${package}/${PACKAGE_VERSION}
done |
|
I have all patience. Just reported what I saw. |
|
Well... It's not adding much useful information; you could check first that the CI run failed to upload the packages, or how this was done in any other PR that was merged the last few months, then you'd have very likely noticed what's going on. |
CUDA+MKL took 21h 18min after merging this PR... Pretty insane, but it only seems to be going up. 😑 |
|
You're assuming knowledge some (Most??) of users does not have. At least not me. |
I'm not assuming that you know. I'm asking that you look at obvious things (like the CI status on |
aarch+CUDA failed again. This seems to be a recurring flake as well I'll push another skip to main |
|
OK, all the builds are up now, I'll start the migration
@mgorny, are you planning to tackle this? I tried debugging #459 a bit, but cannot understand how |

Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)Combined updates for 2.10.x. So far with
[ci skip]on top, we'll run it when the next RC or final is available.