| 
47 | 47 |           - { python_version: "3.11", pytorch_version: "2.2", cuda_version: "12.1.1" }  | 
48 | 48 |           - { python_version: "3.11", pytorch_version: "2.3", cuda_version: "12.1.1" }  | 
49 | 49 |           - { python_version: "3.11", pytorch_version: "2.4", cuda_version: "12.1.1" }  | 
50 |  | -          - { python_version: "3.12", pytorch_version: "2.5", cuda_version: "12.1.1", latest: "true" }  | 
 | 50 | +          - { python_version: "3.12", pytorch_version: "2.5", cuda_version: "12.1.1" }  | 
 | 51 | +          - { python_version: "3.12", pytorch_version: "2.6", cuda_version: "12.4.1", latest: "true" }  | 
51 | 52 |     steps:  | 
52 | 53 |       - uses: actions/checkout@v4  | 
53 | 54 |         with:  | 
@@ -101,6 +102,7 @@ jobs:  | 
101 | 102 |           - { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.1" }  | 
102 | 103 |           - { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.1" }  | 
103 | 104 |           - { python_version: "3.12", pytorch_version: "2.6.0", cuda_version: "12.4.1" }  | 
 | 105 | +          - { python_version: "3.12", pytorch_version: "2.7.0", cuda_version: "12.6.3" }  | 
104 | 106 |     steps:  | 
105 | 107 |       - uses: actions/checkout@v4  | 
106 | 108 |       - uses: docker/setup-buildx-action@v3  | 
@@ -131,7 +133,7 @@ jobs:  | 
131 | 133 |           status: ${{ job.status }}  | 
132 | 134 |           token: ${{ secrets.GITHUB_TOKEN }}  | 
133 | 135 |           notification_title: ${{ format('CUDA; {0} py{1} for *{2}*', runner.os, matrix.python_version, matrix.pytorch_version) }}  | 
134 |  | -          message_format: "{emoji} *{workflow}* {status_message}, see <{run_url}|detail>, cc: <@U01A5T7EY9M>" # akihironitta  | 
 | 136 | +          message_format: "{emoji} *{workflow}* {status_message}, see <{run_url}|detail>, cc: <@U01A5T7EY9M>"  | 
135 | 137 |         env:  | 
136 | 138 |           SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}  | 
137 | 139 | 
 
  | 
 | 
0 commit comments