Skip to content

python310Packages.torchaudio: init at 2.0.1#224323

Merged
veprbl merged 1 commit intoNixOS:masterfrom
veprbl:pr/torchaudio_init
Apr 7, 2023
Merged

python310Packages.torchaudio: init at 2.0.1#224323
veprbl merged 1 commit intoNixOS:masterfrom
veprbl:pr/torchaudio_init

Conversation

@veprbl
Copy link
Member

@veprbl veprbl commented Apr 2, 2023

Description of changes

We already have torchaudio-bin, this adds a source build version (a minimal one, for now).

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Apr 2, 2023
@veprbl veprbl force-pushed the pr/torchaudio_init branch from 866a155 to ccff013 Compare April 2, 2023 06:32
@ofborg ofborg bot added the 8.has: package (new) This PR adds a new package label Apr 2, 2023
@ofborg ofborg bot requested a review from junjihashimoto April 2, 2023 06:54
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Apr 2, 2023
@veprbl veprbl force-pushed the pr/torchaudio_init branch from ccff013 to 1a8b325 Compare April 3, 2023 17:57
@ofborg ofborg bot requested a review from junjihashimoto April 3, 2023 19:04
@veprbl veprbl merged commit 1ac05e9 into NixOS:master Apr 7, 2023
@junjihashimoto
Copy link
Member

I'm worried that without CUDA, users will be late noticing performance issues later.

changelog = "https://github.com/pytorch/audio/releases/tag/v${version}";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ junjihashimoto ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I just realized that I am a maintainer.

Copy link
Member Author

@veprbl veprbl Apr 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was a copy-paste from torchaudio-bin. We can change, of course.

@veprbl
Copy link
Member Author

veprbl commented Apr 7, 2023

CUDA should be is working now.

@junjihashimoto
Copy link
Member

If so, it is great! Thx!

@ghost ghost mentioned this pull request Jan 22, 2025
18 tasks
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. 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants