Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ jobs:
strategy:
matrix:
include:
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: 3.8
python-tag: "py38"
cuda-tag: "cu121"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: 3.9
python-tag: "py39"
cuda-tag: "cu121"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: '3.10'
python-tag: "py310"
cuda-tag: "cu121"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: '3.11'
python-tag: "py311"
cuda-tag: "cu121"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: '3.12'
python-tag: "py312"
cuda-tag: "cu121"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [linux.4xlarge.nvidia.gpu]
os: [amz2023.linux.4xlarge.nvidia.gpu]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
cuda-tag: ["cu121"]
needs: build_on_cpu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
include:
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
# ideally we run on 3.9 and 3.10 as well, however we are limited in resources.
python-version: 3.8
python-tag: "py38"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [linux.4xlarge.nvidia.gpu]
os: [amz2023.linux.4xlarge.nvidia.gpu]
python-version: [3.8]
cuda-tag: ["cu11"]
needs: build_on_cpu
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
fail-fast: false
matrix:
include:
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: 3.8
python-tag: "py38"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: 3.9
python-tag: "py39"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: '3.10'
python-tag: "py310"
- os: linux.2xlarge
- os: amz2023.linux.2xlarge
python-version: '3.11'
python-tag: "py311"
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
Expand Down
70 changes: 35 additions & 35 deletions docs/make.bat
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
:end
popd
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build

if "%1" == "" goto help

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%

:end
popd