Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
69d40773
Unverified
Commit
69d40773
authored
Jun 13, 2024
by
Andrey Talman
Committed by
GitHub
Jun 13, 2024
Browse files
[Release only] release 2.4 changes (#3801)
parent
b829e936
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
39 additions
and
39 deletions
+39
-39
.github/workflows/build-conda-m1.yml
.github/workflows/build-conda-m1.yml
+4
-4
.github/workflows/build-conda-windows.yml
.github/workflows/build-conda-windows.yml
+4
-4
.github/workflows/build-wheels-m1.yml
.github/workflows/build-wheels-m1.yml
+4
-4
.github/workflows/build_conda_linux.yml
.github/workflows/build_conda_linux.yml
+4
-4
.github/workflows/build_docs.yml
.github/workflows/build_docs.yml
+1
-1
.github/workflows/build_wheels_aarch64_linux.yml
.github/workflows/build_wheels_aarch64_linux.yml
+4
-4
.github/workflows/build_wheels_linux.yml
.github/workflows/build_wheels_linux.yml
+4
-4
.github/workflows/build_wheels_windows.yml
.github/workflows/build_wheels_windows.yml
+4
-4
.github/workflows/ffmpeg.yml
.github/workflows/ffmpeg.yml
+4
-4
.github/workflows/lint.yml
.github/workflows/lint.yml
+1
-1
.github/workflows/unittest-linux-cpu.yml
.github/workflows/unittest-linux-cpu.yml
+1
-1
.github/workflows/unittest-linux-gpu.yml
.github/workflows/unittest-linux-gpu.yml
+1
-1
.github/workflows/unittest-macos-cpu.yml
.github/workflows/unittest-macos-cpu.yml
+1
-1
.github/workflows/unittest-windows-cpu.yml
.github/workflows/unittest-windows-cpu.yml
+1
-1
.github/workflows/unittest-windows-gpu.yml
.github/workflows/unittest-windows-gpu.yml
+1
-1
No files found.
.github/workflows/build-conda-m1.yml
View file @
69d40773
...
@@ -19,12 +19,12 @@ concurrency:
...
@@ -19,12 +19,12 @@ concurrency:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
conda
package-type
:
conda
os
:
macos-arm64
os
:
macos-arm64
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
strategy
:
strategy
:
...
@@ -36,13 +36,13 @@ jobs:
...
@@ -36,13 +36,13 @@ jobs:
smoke-test-script
:
test/smoke_test/smoke_test.py
smoke-test-script
:
test/smoke_test/smoke_test.py
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_conda_macos.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_conda_macos.yml@
release/2.4
with
:
with
:
conda-package-directory
:
packaging/torchaudio
conda-package-directory
:
packaging/torchaudio
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
runner-type
:
macos-m1-stable
runner-type
:
macos-m1-stable
...
...
.github/workflows/build-conda-windows.yml
View file @
69d40773
...
@@ -15,12 +15,12 @@ on:
...
@@ -15,12 +15,12 @@ on:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
conda
package-type
:
conda
os
:
windows
os
:
windows
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
strategy
:
strategy
:
...
@@ -32,13 +32,13 @@ jobs:
...
@@ -32,13 +32,13 @@ jobs:
conda-package-directory
:
packaging/torchaudio
conda-package-directory
:
packaging/torchaudio
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_conda_windows.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_conda_windows.yml@
release/2.4
with
:
with
:
conda-package-directory
:
packaging/torchaudio
conda-package-directory
:
packaging/torchaudio
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
...
...
.github/workflows/build-wheels-m1.yml
View file @
69d40773
...
@@ -23,12 +23,12 @@ permissions:
...
@@ -23,12 +23,12 @@ permissions:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
wheel
package-type
:
wheel
os
:
macos-arm64
os
:
macos-arm64
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
strategy
:
strategy
:
...
@@ -39,12 +39,12 @@ jobs:
...
@@ -39,12 +39,12 @@ jobs:
smoke-test-script
:
test/smoke_test/smoke_test_no_ffmpeg.py
smoke-test-script
:
test/smoke_test/smoke_test_no_ffmpeg.py
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_wheels_macos.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_wheels_macos.yml@
release/2.4
with
:
with
:
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
runner-type
:
macos-m1-stable
runner-type
:
macos-m1-stable
...
...
.github/workflows/build_conda_linux.yml
View file @
69d40773
...
@@ -19,12 +19,12 @@ concurrency:
...
@@ -19,12 +19,12 @@ concurrency:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
conda
package-type
:
conda
os
:
linux
os
:
linux
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
strategy
:
strategy
:
...
@@ -36,13 +36,13 @@ jobs:
...
@@ -36,13 +36,13 @@ jobs:
conda-package-directory
:
packaging/torchaudio
conda-package-directory
:
packaging/torchaudio
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_conda_linux.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_conda_linux.yml@
release/2.4
with
:
with
:
conda-package-directory
:
packaging/torchaudio
conda-package-directory
:
packaging/torchaudio
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
...
...
.github/workflows/build_docs.yml
View file @
69d40773
...
@@ -22,7 +22,7 @@ jobs:
...
@@ -22,7 +22,7 @@ jobs:
# Do not use matrix here to parameterize Python/CUDA versions.
# Do not use matrix here to parameterize Python/CUDA versions.
# This job is required to pass for each PR.
# This job is required to pass for each PR.
# The name of the required job is sensitive to matrix parameter.
# The name of the required job is sensitive to matrix parameter.
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
release/2.4
with
:
with
:
job-name
:
Build doc
job-name
:
Build doc
runner
:
linux.g5.4xlarge.nvidia.gpu
runner
:
linux.g5.4xlarge.nvidia.gpu
...
...
.github/workflows/build_wheels_aarch64_linux.yml
View file @
69d40773
...
@@ -23,12 +23,12 @@ permissions:
...
@@ -23,12 +23,12 @@ permissions:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
wheel
package-type
:
wheel
os
:
linux-aarch64
os
:
linux-aarch64
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
with-cuda
:
disable
with-cuda
:
disable
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
...
@@ -40,12 +40,12 @@ jobs:
...
@@ -40,12 +40,12 @@ jobs:
smoke-test-script
:
test/smoke_test/smoke_test.py
smoke-test-script
:
test/smoke_test/smoke_test.py
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_wheels_linux.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_wheels_linux.yml@
release/2.4
with
:
with
:
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
pre-script
:
${{ matrix.pre-script }}
pre-script
:
${{ matrix.pre-script }}
post-script
:
${{ matrix.post-script }}
post-script
:
${{ matrix.post-script }}
...
...
.github/workflows/build_wheels_linux.yml
View file @
69d40773
...
@@ -23,12 +23,12 @@ permissions:
...
@@ -23,12 +23,12 @@ permissions:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
wheel
package-type
:
wheel
os
:
linux
os
:
linux
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
strategy
:
strategy
:
...
@@ -39,12 +39,12 @@ jobs:
...
@@ -39,12 +39,12 @@ jobs:
smoke-test-script
:
test/smoke_test/smoke_test_no_ffmpeg.py
smoke-test-script
:
test/smoke_test/smoke_test_no_ffmpeg.py
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_wheels_linux.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_wheels_linux.yml@
release/2.4
with
:
with
:
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
...
...
.github/workflows/build_wheels_windows.yml
View file @
69d40773
...
@@ -19,12 +19,12 @@ permissions:
...
@@ -19,12 +19,12 @@ permissions:
jobs
:
jobs
:
generate-matrix
:
generate-matrix
:
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
main
uses
:
pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@
release/2.4
with
:
with
:
package-type
:
wheel
package-type
:
wheel
os
:
windows
os
:
windows
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build
:
build
:
needs
:
generate-matrix
needs
:
generate-matrix
strategy
:
strategy
:
...
@@ -37,12 +37,12 @@ jobs:
...
@@ -37,12 +37,12 @@ jobs:
smoke-test-script
:
test/smoke_test/smoke_test_no_ffmpeg.py
smoke-test-script
:
test/smoke_test/smoke_test_no_ffmpeg.py
package-name
:
torchaudio
package-name
:
torchaudio
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_wheels_windows.yml@
main
uses
:
pytorch/test-infra/.github/workflows/build_wheels_windows.yml@
release/2.4
with
:
with
:
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
release/2.4
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
env-script
:
${{ matrix.env-script }}
env-script
:
${{ matrix.env-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
...
...
.github/workflows/ffmpeg.yml
View file @
69d40773
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
release/2.4
with
:
with
:
job-name
:
Build
job-name
:
Build
upload-artifact
:
ffmpeg-lgpl
upload-artifact
:
ffmpeg-lgpl
...
@@ -39,7 +39,7 @@ jobs:
...
@@ -39,7 +39,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
release/2.4
with
:
with
:
job-name
:
Build
job-name
:
Build
upload-artifact
:
ffmpeg-lgpl
upload-artifact
:
ffmpeg-lgpl
...
@@ -63,7 +63,7 @@ jobs:
...
@@ -63,7 +63,7 @@ jobs:
matrix
:
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
runner
:
[
"
macos-m1-stable"
,
"
macos-12"
]
runner
:
[
"
macos-m1-stable"
,
"
macos-12"
]
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@
release/2.4
with
:
with
:
job-name
:
Build
job-name
:
Build
upload-artifact
:
ffmpeg-lgpl
upload-artifact
:
ffmpeg-lgpl
...
@@ -85,7 +85,7 @@ jobs:
...
@@ -85,7 +85,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
ffmpeg_version
:
[
"
4.4.4"
,
"
5.1.4"
,
"
6.1.1"
,
"
master"
]
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@
release/2.4
with
:
with
:
job-name
:
Build
job-name
:
Build
upload-artifact
:
ffmpeg-lgpl
upload-artifact
:
ffmpeg-lgpl
...
...
.github/workflows/lint.yml
View file @
69d40773
...
@@ -11,7 +11,7 @@ on:
...
@@ -11,7 +11,7 @@ on:
jobs
:
jobs
:
python-source-and-configs
:
python-source-and-configs
:
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
release/2.4
with
:
with
:
repository
:
pytorch/audio
repository
:
pytorch/audio
script
:
|
script
:
|
...
...
.github/workflows/unittest-linux-cpu.yml
View file @
69d40773
...
@@ -15,7 +15,7 @@ jobs:
...
@@ -15,7 +15,7 @@ jobs:
matrix
:
matrix
:
python_version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
python_version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
fail-fast
:
false
fail-fast
:
false
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
release/2.4
with
:
with
:
runner
:
linux.12xlarge
runner
:
linux.12xlarge
repository
:
pytorch/audio
repository
:
pytorch/audio
...
...
.github/workflows/unittest-linux-gpu.yml
View file @
69d40773
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
python_version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
python_version
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
cuda_arch_version
:
[
"
11.8"
]
cuda_arch_version
:
[
"
11.8"
]
fail-fast
:
false
fail-fast
:
false
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@
release/2.4
with
:
with
:
runner
:
linux.g5.4xlarge.nvidia.gpu
runner
:
linux.g5.4xlarge.nvidia.gpu
repository
:
pytorch/audio
repository
:
pytorch/audio
...
...
.github/workflows/unittest-macos-cpu.yml
View file @
69d40773
...
@@ -14,7 +14,7 @@ env:
...
@@ -14,7 +14,7 @@ env:
jobs
:
jobs
:
tests
:
tests
:
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/macos_job.yml@
release/2.4
with
:
with
:
runner
:
macos-12
runner
:
macos-12
repository
:
pytorch/audio
repository
:
pytorch/audio
...
...
.github/workflows/unittest-windows-cpu.yml
View file @
69d40773
...
@@ -11,7 +11,7 @@ on:
...
@@ -11,7 +11,7 @@ on:
jobs
:
jobs
:
unittests-windows-cpu
:
unittests-windows-cpu
:
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@
release/2.4
with
:
with
:
repository
:
pytorch/audio
repository
:
pytorch/audio
runner
:
windows.4xlarge
runner
:
windows.4xlarge
...
...
.github/workflows/unittest-windows-gpu.yml
View file @
69d40773
...
@@ -11,7 +11,7 @@ on:
...
@@ -11,7 +11,7 @@ on:
jobs
:
jobs
:
unittests-windows-gpu
:
unittests-windows-gpu
:
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@
main
uses
:
pytorch/test-infra/.github/workflows/windows_job.yml@
release/2.4
with
:
with
:
repository
:
pytorch/audio
repository
:
pytorch/audio
runner
:
windows.g5.4xlarge.nvidia.gpu
runner
:
windows.g5.4xlarge.nvidia.gpu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment