This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Original file line number Diff line number Diff line change @@ -243,4 +243,47 @@ jobs:
243243 echo "::group::Completion"
244244 echo "tests complete"
245245 echo "*******************************************"
246- echo "::endgroup::"
246+ echo "::endgroup::"
247+
248+ test-multimodal-any :
249+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
250+ with :
251+ runner : linux.g5.4xlarge.nvidia.gpu
252+ gpu-arch-type : cuda
253+ gpu-arch-version : " 12.1"
254+ timeout : 60
255+ script : |
256+ echo "::group::Print machine info"
257+ uname -a
258+ echo "::endgroup::"
259+
260+ echo "::group::Install newer objcopy that supports --set-section-alignment"
261+ yum install -y devtoolset-10-binutils
262+ export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
263+ echo "::endgroup::"
264+
265+ .ci/scripts/run-docs multimodal
266+
267+ echo "::group::Completion"
268+ echo "tests complete"
269+ echo "*******************************************"
270+ echo "::endgroup::"
271+
272+ test-multimodal-cpu :
273+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
274+ with :
275+ runner : linux.g5.4xlarge.nvidia.gpu
276+ gpu-arch-type : cuda
277+ gpu-arch-version : " 12.1"
278+ timeout : 60
279+ script : |
280+ echo "::group::Print machine info"
281+ uname -a
282+ echo "::endgroup::"
283+
284+ echo "::group::Install newer objcopy that supports --set-section-alignment"
285+ yum install -y devtoolset-10-binutils
286+ export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
287+ echo "::endgroup::"
288+
289+ TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs multimodal
You can’t perform that action at this time.
0 commit comments