pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.43k stars 635 forks source link

[Release only] release 2.4 changes #3801

Closed atalman closed 3 weeks ago

atalman commented 3 weeks ago
for i in .github/workflows/*.yml; do sed -i -e s#@main#@release/2.4# $i; done
find . | grep .yml | xargs sed -i "s/test-infra-ref: main/test-infra-ref: release\/2.4/g"
pytorch-bot[bot] commented 3 weeks ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3801

Note: Links to docs will display an error until the docs builds have been completed.

:x: 1 New Failure

As of commit 3d0e092ef0d0739aa0b5a59a3304a179a3fba0ec with merge base b829e936f7cc61b48149f5f957a451a38bf2a178 (image):

NEW FAILURE - The following job has failed:

* [Unittests on Windows CPU / unittests-windows-cpu / windows-job](https://hud.pytorch.org/pr/pytorch/audio/3801#26191803946) ([gh](https://github.com/pytorch/audio/actions/runs/9502830582/job/26191803946)) `The process 'C:\Program Files\Git\cmd\git.exe' failed with exit code 128`

This comment was automatically generated by Dr. CI and updates every 15 minutes.