Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: testing with future torch 2.6 #20509

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2bdc588
bump: testing with future torch 2.6
Borda Dec 19, 2024
89153f0
bump `typing-extensions`
Borda Dec 19, 2024
b490968
Merge branch 'master' into ci/bump-pt-2.6
lantiga Jan 6, 2025
6e1f1ba
Merge branch 'master' into ci/bump-pt-2.6
Borda Jan 6, 2025
daacd5d
Merge branch 'master' into ci/bump-pt-2.6
Borda Jan 7, 2025
bc3cbd9
TORCHINDUCTOR_CACHE_DIR
Borda Jan 7, 2025
6cfa48c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 7, 2025
0e1d047
--extra-index-url=https://download.pytorch.org/whl/cpu/
Borda Jan 7, 2025
6946f47
onnx.log max_torch="2.6.0"
Borda Jan 7, 2025
6ac85c1
Merge branch 'master' into ci/bump-pt-2.6
Borda Jan 7, 2025
7530f57
todo
Borda Jan 7, 2025
cb73790
Merge branch 'ci/bump-pt-2.6' of https://github.com/Lightning-AI/ligh…
Borda Jan 7, 2025
26a8864
docker
Borda Jan 8, 2025
e52f392
gpu
Borda Jan 8, 2025
e7d800f
gpu
Borda Jan 8, 2025
9fb71dc
check
Borda Jan 8, 2025
daa0920
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 8, 2025
6c26f48
gpu
Borda Jan 8, 2025
2d8eb16
Merge branch 'ci/bump-pt-2.6' of https://github.com/Lightning-AI/ligh…
Borda Jan 8, 2025
3a06681
bitsandbytes
Borda Jan 8, 2025
d31f23c
bitsandbytes
Borda Jan 8, 2025
97cf6ed
set -e
Borda Jan 8, 2025
5e9009b
fix
Borda Jan 8, 2025
165d38a
future
Borda Jan 8, 2025
7024590
batch
Borda Jan 8, 2025
0612808
Merge branch 'master' into ci/bump-pt-2.6
Borda Jan 9, 2025
83a01f1
Empty-Commit
Borda Jan 22, 2025
e44b0d4
Merge branch 'master' into ci/bump-pt-2.6
lantiga Feb 3, 2025
4edf5fc
Merge branch 'master' into ci/bump-pt-2.6
Borda Feb 14, 2025
9e22806
update
Borda Feb 14, 2025
070f9d3
Merge branch 'ci/bump-pt-2.6' of https://github.com/Lightning-AI/ligh…
Borda Feb 14, 2025
bee93b6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 14, 2025
4607a55
if [[ "$(image)" == *"torch2.6"* ]]; then
Borda Feb 14, 2025
f3569ec
Merge branch 'ci/bump-pt-2.6' of https://github.com/Lightning-AI/ligh…
Borda Feb 14, 2025
fc4811c
update
Borda Feb 14, 2025
cfa27a7
3.9
Borda Feb 14, 2025
cdbd1a6
PL_STANDALONE_TESTS_BATCH_SIZE
Borda Feb 14, 2025
3d8f484
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 14, 2025
d54ab0b
Merge branch 'master' into ci/bump-pt-2.6
Borda Feb 14, 2025
6559d4f
python -c "import bitsandbytes"
Borda Feb 14, 2025
2355ae2
Bump bitsandbytes upper bound for CI
lantiga Feb 18, 2025
d2f4b0a
Bump bitsandbytes lower bound for CI
lantiga Feb 18, 2025
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
Next Next commit
bump: testing with future torch 2.6
  • Loading branch information
Borda committed Dec 19, 2024
commit 2bdc588f76de6aa5f3615155181db4af9124e735
6 changes: 5 additions & 1 deletion .github/workflows/ci-tests-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
- { os: "macOS-14", pkg-name: "fabric", python-version: "3.9", pytorch-version: "2.1" }
- { os: "ubuntu-20.04", pkg-name: "fabric", python-version: "3.9", pytorch-version: "2.1" }
- { os: "windows-2022", pkg-name: "fabric", python-version: "3.9", pytorch-version: "2.1" }
# adding recently cut Torch 2.6
- { os: "macOS-14", pkg-name: "fabric", python-version: "3.12", pytorch-version: "2.6" }
- { os: "ubuntu-22.04", pkg-name: "fabric", python-version: "3.12", pytorch-version: "2.6" }
- { os: "windows-2022", pkg-name: "fabric", python-version: "3.12", pytorch-version: "2.6" }
timeout-minutes: 25 # because of building grpcio on Mac
env:
PACKAGE_NAME: ${{ matrix.pkg-name }}
Expand Down Expand Up @@ -127,7 +131,7 @@ jobs:
- name: Env. variables
run: |
# Switch PyTorch URL
python -c "print('TORCH_URL=' + str('${{env.TORCH_URL_TEST}}' if '${{ matrix.pytorch-version }}' == '2.5' else '${{env.TORCH_URL_STABLE}}'))" >> $GITHUB_ENV
python -c "print('TORCH_URL=' + str('${{env.TORCH_URL_TEST}}' if '${{ matrix.pytorch-version }}' == '2.6' else '${{env.TORCH_URL_STABLE}}'))" >> $GITHUB_ENV
# Switch coverage scope
python -c "print('COVERAGE_SCOPE=' + str('lightning' if '${{matrix.pkg-name}}' == 'lightning' else 'lightning_fabric'))" >> $GITHUB_ENV
# if you install mono-package set dependency only for this subpackage
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-tests-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
- { os: "macOS-14", pkg-name: "pytorch", python-version: "3.9", pytorch-version: "2.1" }
- { os: "ubuntu-20.04", pkg-name: "pytorch", python-version: "3.9", pytorch-version: "2.1" }
- { os: "windows-2022", pkg-name: "pytorch", python-version: "3.9", pytorch-version: "2.1" }
# adding recently cut Torch 2.6
- { os: "macOS-14", pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.6" }
- { os: "ubuntu-22.04", pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.6" }
- { os: "windows-2022", pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.6" }
timeout-minutes: 50
env:
PACKAGE_NAME: ${{ matrix.pkg-name }}
Expand Down Expand Up @@ -133,7 +137,7 @@ jobs:
- name: Env. variables
run: |
# Switch PyTorch URL
python -c "print('TORCH_URL=' + str('${{env.TORCH_URL_TEST}}' if '${{ matrix.pytorch-version }}' == '2.5' else '${{env.TORCH_URL_STABLE}}'))" >> $GITHUB_ENV
python -c "print('TORCH_URL=' + str('${{env.TORCH_URL_TEST}}' if '${{ matrix.pytorch-version }}' == '2.6' else '${{env.TORCH_URL_STABLE}}'))" >> $GITHUB_ENV
# Switch coverage scope
python -c "print('COVERAGE_SCOPE=' + str('lightning' if '${{matrix.pkg-name}}' == 'lightning' else 'pytorch_lightning'))" >> $GITHUB_ENV
# if you install mono-package set dependency only for this subpackage
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- { python_version: "3.11", pytorch_version: "2.3.1", cuda_version: "12.1.0" }
- { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.0" }
- { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.0" }
- { python_version: "3.12", pytorch_version: "2.6.0", cuda_version: "12.4.1" }
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down
Loading