File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ]
77build-backend = " setuptools.build_meta"
88
99# Pytest
Original file line number Diff line number Diff line change 6262install_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
7069extra_deps = {}
7170
7271extra_deps ['gg' ] = [
73- 'grouped_gemm==0.2 .0' ,
72+ 'grouped_gemm==0.3 .0' ,
7473]
7574
7675extra_deps ['dev' ] = [
You can’t perform that action at this time.
0 commit comments