Skip to content

python3Packages.torch: 2.7.1 -> 2.8.0 #431973

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

GaetanLepage
Copy link
Contributor

@GaetanLepage GaetanLepage commented Aug 8, 2025

Things done

Update the torch ecosystem:


  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@GaetanLepage GaetanLepage marked this pull request as draft August 8, 2025 09:50
@GaetanLepage
Copy link
Contributor Author

GaetanLepage commented Aug 8, 2025

@zeuner unroll-src fails with:

nixpkgs on  update/python3Packages.torch took 3s
❮ ./result 2.8.0 > pkgs/development/python-modules/torch/source/src.nix
Loading required package: processx
Loading required package: jsonlite
Loading required package: stringr
Loading required package: plyr
Loading required package: dplyr

Attaching package: ‘dplyr’

The following objects are masked from ‘package:plyr’:

    arrange, count, desc, failwith, id, mutate, rename, summarise,
    summarize

The following objects are masked from ‘package:stats’:

    filter, lag

The following objects are masked from ‘package:base’:

    intersect, setdiff, setequal, union

Error in `run("bash", c("-c", paste(c(paste0("cd ", fetched), paste0("git checkout ", …`:
! System command 'bash' failed
---
Exit status: 128
Stderr:
fatal: unable to read tree (3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3)
---
Backtrace:
1. global clone_missing()
2. processx::run("bash", c("-c", paste(c(paste0("cd ", fetched), paste0("git checkout "…
3. processx:::throw(new_process_error(res, call = sys.call(), echo = echo, …
Execution halted

Any idea?

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 6.topic: python Python is a high-level, general-purpose programming language. labels Aug 8, 2025
@zeuner
Copy link
Contributor

zeuner commented Aug 12, 2025

Any idea?

It fails fetching the submodule external/cutlass of https://github.com/pytorch/fbgemm. The branch FBGEMM of https://github.com/jwfromm/cutlass (referenced from .gitmodules) does not provide the 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 commit (as expected by git submodule status).

Looking further for a good way to mitigate this.

@GaetanLepage
Copy link
Contributor Author

Any idea?

It fails fetching the submodule external/cutlass of https://github.com/pytorch/fbgemm. The branch FBGEMM of https://github.com/jwfromm/cutlass (referenced from .gitmodules) does not provide the 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 commit (as expected by git submodule status).

Looking further for a good way to mitigate this.

Thanks a lot!

@GaetanLepage GaetanLepage force-pushed the update/python3Packages.torch branch from 3109d97 to bb6a34d Compare August 14, 2025 18:24
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501-1000 This PR causes many rebuilds on Darwin and should normally target the staging branches. and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Aug 14, 2025
@GaetanLepage GaetanLepage force-pushed the update/python3Packages.torch branch from bb6a34d to 4340d29 Compare August 14, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 501-1000 This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants