From aab39d6e858371c261bced41a82901aa2b30d548 Mon Sep 17 00:00:00 2001 From: Jean Schmidt <4520845+jeanschmidt@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:23:40 +0200 Subject: [PATCH 1/2] Replace runners prefix amz2023. (#3265) --- .github/workflows/docker-build.yml | 8 ++-- .github/workflows/gpu-hvd-tests.yml | 2 +- .github/workflows/gpu-tests.yml | 2 +- docs/make.bat | 72 ++++++++++++++--------------- 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index aadccaafb334..54db85d7af13 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -56,7 +56,7 @@ jobs: env: REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - runs-on: linux.4xlarge + runs-on: amz2023.linux.4xlarge steps: - name: Clean workspace run: | @@ -116,7 +116,7 @@ jobs: env: REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - runs-on: linux.12xlarge + runs-on: amz2023.linux.12xlarge steps: - name: Clean workspace run: | @@ -176,7 +176,7 @@ jobs: env: REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - runs-on: linux.4xlarge + runs-on: amz2023.linux.4xlarge steps: - name: Clean workspace run: | @@ -236,7 +236,7 @@ jobs: env: REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - runs-on: linux.12xlarge + runs-on: amz2023.linux.12xlarge steps: - name: Clean workspace run: | diff --git a/.github/workflows/gpu-hvd-tests.yml b/.github/workflows/gpu-hvd-tests.yml index 2017cf8acdad..3f0dd5ad2c68 100644 --- a/.github/workflows/gpu-hvd-tests.yml +++ b/.github/workflows/gpu-hvd-tests.yml @@ -28,7 +28,7 @@ jobs: DOCKER_IMAGE: "pytorch/conda-builder:cuda12.1" REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - runs-on: linux.8xlarge.nvidia.gpu + runs-on: amz2023.linux.8xlarge.nvidia.gpu timeout-minutes: 60 steps: diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 81862e1f67bd..094f20ed2257 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -28,7 +28,7 @@ jobs: DOCKER_IMAGE: "pytorch/conda-builder:cuda12.1" REPOSITORY: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} - runs-on: linux.8xlarge.nvidia.gpu + runs-on: amz2023.linux.8xlarge.nvidia.gpu timeout-minutes: 85 steps: diff --git a/docs/make.bat b/docs/make.bat index 3bf02ee70066..e552da3d300b 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -1,36 +1,36 @@ -@ECHO OFF - -pushd %~dp0 - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set SOURCEDIR=source -set BUILDDIR=build -set SPHINXPROJ=ignite - -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.http://sphinx-doc.org/ - exit /b 1 -) - -%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% -goto end - -:help -%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% - -:end -popd +@ECHO OFF + +pushd %~dp0 + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=sphinx-build +) +set SOURCEDIR=source +set BUILDDIR=build +set SPHINXPROJ=ignite + +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.http://sphinx-doc.org/ + exit /b 1 +) + +%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% +goto end + +:help +%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% + +:end +popd From 2ac34be3a385b88f7f4f62dfa2d49e85c246b1e1 Mon Sep 17 00:00:00 2001 From: Simeet Nayan <78461155+simeetnayan81@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:23:37 +0530 Subject: [PATCH 2/2] Fix failing Pytorch version tests CI (#3267) * Update requirement for nltk * Update requirement for nltk --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bf60639e75c3..d475e556cdff 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ scikit-image py-rouge # temporary fix for python=3.12 and v3.8.1 # nltk -git+https://github.com/nltk/nltk +git+https://github.com/nltk/nltk@aba99c8 # Examples dependencies pandas gymnasium