Skip to content

Commit

Permalink
Bump torch 2.5.1 + megablocks version upgrade (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck authored Nov 20, 2024
1 parent 84286de commit 75a2560
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
fail-fast: false
matrix:
include:
- name: "python3.11-pytorch2.4.0-gpus1"
- name: "python3.11-pytorch2.5.1-gpus1"
gpu_num: 1
python_version: 3.11
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
- name: "python3.11-pytorch2.4.0-gpus2"
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20.04
- name: "python3.11-pytorch2.5.1-gpus2"
gpu_num: 2
python_version: 3.11
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
container: mosaicml/pytorch:2.5.1_cu124-python3.11-ubuntu20.04
steps:
- name: Run PR GPU tests
uses: mosaicml/ci-testing/.github/actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion megablocks/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"""The MegaBlocks Version."""

__version__ = '0.7.0.dev0'
__version__ = '0.8.0.dev0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# build requirements
[build-system]
requires = ["setuptools < 70.0.0", "torch >= 2.4.0, < 2.4.1"]
requires = ["setuptools < 70.0.0", "torch >= 2.5.1, < 2.5.2"]
build-backend = "setuptools.build_meta"

# Pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
install_requires = [
'numpy>=1.21.5,<2.1.0',
'packaging>=21.3.0,<24.2',
'torch>=2.4.0,<2.4.1',
'torch>=2.5.1,<2.5.2',
'triton>=2.1.0',
'stanford-stk==0.7.1',
]
Expand Down

0 comments on commit 75a2560

Please sign in to comment.