pytorch-audio 0.13.1-1 source package in Ubuntu

Changelog

pytorch-audio (0.13.1-1) unstable; urgency=medium

  [ Mo Zhou ]
  * New upstream version 0.12.1
  * cme update dpkg-copyright.
  * Require python3-torch (>= 1.12.0~).
  * Add autopkgtest file.

  [ Aron Xu ]
  * Team upload.
  * New upstream version 0.13.1 (Closes: #990627)
  * d/control: allow building with torch >= 1.13
  * d/control: update std-ver to 4.6.2, no changes
  * d/control: add cmake, pkg-config, ffmpeg to B-D
  * d/control: set X-Python3-Version to 3.11 (Closes: #1008922)
  * d/patches: add patch to address build system fixes
  * d/rules: disable ext-rename from dh-python and better cleanup

 -- Aron Xu <email address hidden>  Fri, 10 Feb 2023 03:05:28 +0800

Upload details

Uploaded by:
Debian Deep Learning Team
Uploaded to:
Sid
Original maintainer:
Debian Deep Learning Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pytorch-audio_0.13.1-1.dsc 2.0 KiB 501c61bb9d6a1de06a0ff252d9c6a8e7bbb5e63f2c6d8b9aa6bc34e4d122e93c
pytorch-audio_0.13.1.orig.tar.gz 3.7 MiB 3a5c108a9ea31d0e6533a2cd6cbaf133efaefe4bdcb4b689183a33b991c95d12
pytorch-audio_0.13.1-1.debian.tar.xz 11.5 KiB 114484073f87252d91cb91ff0f9150e0084aafeb8f11cf9ca548abf4ba827bb8

No changes file available.

Binary packages built by this source

python3-torchaudio: Data manipulation and transformation for audio signal processing

 The aim of torchaudio is to apply PyTorch to the audio domain. By supporting
 PyTorch, torchaudio follows the same philosophy of providing strong GPU
 acceleration, having a focus on trainable features through the autograd system,
 and having consistent style (tensor names and dimension names). Therefore, it
 is primarily a machine learning library and not a general signal processing
 library. The benefits of Pytorch is be seen in torchaudio through having all
 the computations be through Pytorch operations which makes it easy to use and
 feel like a natural extension.

python3-torchaudio-dbgsym: debug symbols for python3-torchaudio