Skip to content

Commit efa7186

Browse files
authored
version bump (#175)
* version bump * use pull_request instead * python 3.12 * rm triton * revert to target
1 parent d43250d commit efa7186

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/pr-gpu.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- name: "python3.11-pytorch2.6.0-gpus1"
24+
- name: "python3.12-pytorch2.7.0-gpus1"
2525
gpu_num: 1
26-
python_version: 3.11
27-
container: mosaicml/pytorch:2.6.0_cu124-python3.11-ubuntu22.04
28-
- name: "python3.11-pytorch2.6.0-gpus2"
26+
python_version: 3.12
27+
container: mosaicml/pytorch:2.7.0_cu128-python3.12-ubuntu22.04
28+
- name: "python3.12-pytorch2.7.0-gpus2"
2929
gpu_num: 2
30-
python_version: 3.11
31-
container: mosaicml/pytorch:2.6.0_cu124-python3.11-ubuntu22.04
30+
python_version: 3.12
31+
container: mosaicml/pytorch:2.7.0_cu128-python3.12-ubuntu22.04
3232
steps:
3333
- name: Run PR GPU tests
3434
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.3.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# build requirements
55
[build-system]
6-
requires = ["setuptools < 79.0.0", "torch >= 2.6.0, < 2.6.1"]
6+
requires = ["setuptools < 79.0.0", "torch >= 2.7.0, < 2.7.1"]
77
build-backend = "setuptools.build_meta"
88

99
# Pytest

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,14 @@
6262
install_requires = [
6363
'numpy>=1.21.5,<2.1.0',
6464
'packaging>=21.3.0,<24.2',
65-
'torch>=2.6.0,<2.6.1',
66-
'triton>=3.2.0,<3.3.0',
65+
'torch>=2.7.0,<2.7.1',
6766
'stanford-stk==0.7.1',
6867
]
6968

7069
extra_deps = {}
7170

7271
extra_deps['gg'] = [
73-
'grouped_gemm==0.2.0',
72+
'grouped_gemm==0.3.0',
7473
]
7574

7675
extra_deps['dev'] = [

0 commit comments

Comments
 (0)