Skip to content

Commit df4fb26

Browse files
authored
Default to build nvdec (#677)
1 parent dc8fc14 commit df4fb26

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/_build_linux_cuda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ on:
2222
required: true
2323
type: string
2424
use-nvdec:
25-
default: ""
25+
default: "nvdec"
2626
type: string
27+
description: 'Whether build NVDEC extension. Valid value is "nvdec" or not.'
2728
run-test:
2829
required: false
2930
default: 'false'

.github/workflows/packaging.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ jobs:
6060
matrix:
6161
python-version: ["3.10", "3.11", "3.12", "3.13"]
6262
cuda-version: ["12.4"]
63-
use-nvdec: ["nvdec"]
6463
uses: ./.github/workflows/_build_linux_cuda.yml
6564
with:
6665
build_container: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
6766
python-version: "${{ matrix.python-version }}"
6867
cuda-version: "${{ matrix.cuda-version }}"
69-
use-nvdec: "${{ matrix.use-nvdec }}"
7068
run-test: "${{ matrix.python-version == '3.11'}}"

0 commit comments

Comments
 (0)