File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
job-name : Build
37
37
upload-artifact : ffmpeg-lgpl-linux_x86_64-${{ matrix.ffmpeg-version }}
38
- repository : pytorch/torchcodec
38
+ repository : meta- pytorch/torchcodec
39
39
script : |
40
40
export FFMPEG_VERSION="${{ matrix.ffmpeg-version }}"
41
41
export FFMPEG_ROOT="${PWD}/ffmpeg"
57
57
with :
58
58
job-name : Build
59
59
upload-artifact : ffmpeg-lgpl-macos-${{ matrix.ffmpeg-version }}
60
- repository : pytorch/torchcodec
60
+ repository : meta- pytorch/torchcodec
61
61
runner : macos-14-xlarge
62
62
script : |
63
63
export FFMPEG_VERSION="${{ matrix.ffmpeg-version }}"
80
80
with :
81
81
job-name : Build
82
82
upload-artifact : ffmpeg-lgpl-windows_x86_64-${{ matrix.ffmpeg-version }}
83
- repository : pytorch/torchcodec
83
+ repository : meta- pytorch/torchcodec
84
84
script : |
85
85
export FFMPEG_VERSION="${{ matrix.ffmpeg-version }}"
86
86
export FFMPEG_ROOT="${PWD}/ffmpeg"
Original file line number Diff line number Diff line change 33
33
name : Build and Upload wheel
34
34
uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
35
35
with :
36
- repository : pytorch/torchcodec
36
+ repository : meta- pytorch/torchcodec
37
37
ref : " "
38
38
test-infra-repository : pytorch/test-infra
39
39
test-infra-ref : main
70
70
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
71
71
- uses : actions/download-artifact@v4
72
72
with :
73
- name : pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
73
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
74
74
path : pytorch/torchcodec/dist/
75
75
- name : Setup miniconda using test-infra
76
76
uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 43
43
name : Build and Upload wheel
44
44
uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
45
45
with :
46
- repository : pytorch/torchcodec
46
+ repository : meta- pytorch/torchcodec
47
47
ref : " "
48
48
test-infra-repository : pytorch/test-infra
49
49
test-infra-ref : main
86
86
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
87
87
- uses : actions/download-artifact@v4
88
88
with :
89
- name : pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
89
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
90
90
path : pytorch/torchcodec/dist/
91
91
- name : Setup miniconda using test-infra
92
92
uses : pytorch/test-infra/.github/actions/setup-miniconda@main
Original file line number Diff line number Diff line change 44
44
name : Build and Upload Linux wheel
45
45
uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
46
46
with :
47
- repository : pytorch/torchcodec
47
+ repository : meta- pytorch/torchcodec
48
48
ref : " "
49
49
test-infra-repository : pytorch/test-infra
50
50
test-infra-ref : main
68
68
steps :
69
69
- uses : actions/download-artifact@v4
70
70
with :
71
- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
71
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_x86_64
72
72
path : pytorch/torchcodec/dist/
73
73
- name : Setup conda env
74
74
uses : conda-incubator/setup-miniconda@v2
Original file line number Diff line number Diff line change 44
44
name : Build and Upload Mac wheel
45
45
uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
46
46
with :
47
- repository : pytorch/torchcodec
47
+ repository : meta- pytorch/torchcodec
48
48
ref : " "
49
49
test-infra-repository : pytorch/test-infra
50
50
test-infra-ref : main
71
71
- name : Download wheel
72
72
uses : actions/download-artifact@v4
73
73
with :
74
- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_
74
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_
75
75
path : pytorch/torchcodec/dist/
76
76
77
77
- name : Setup conda env
Original file line number Diff line number Diff line change 46
46
name : Build and Upload Windows wheel
47
47
uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
48
48
with :
49
- repository : pytorch/torchcodec
49
+ repository : meta- pytorch/torchcodec
50
50
ref : " "
51
51
test-infra-repository : pytorch/test-infra
52
52
test-infra-ref : main
76
76
steps :
77
77
- uses : actions/download-artifact@v4
78
78
with :
79
- name : pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
79
+ name : meta- pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
80
80
path : pytorch/torchcodec/dist/
81
81
- name : Setup conda env
82
82
uses : conda-incubator/setup-miniconda@v2
You can’t perform that action at this time.
0 commit comments