Skip to content

Commit 391b52f

Browse files
committed
Update
[ghstack-poisoned]
2 parents 5f70dae + f55edb2 commit 391b52f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-linux-llm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(join(github.event.pull_request.labels.*.name, ', '), 'llm/')) }}
2525
strategy:
2626
matrix:
27-
python_version: ["3.9"]
28-
cuda_arch_version: ["12.8"]
27+
python_version: ["3.12"]
28+
cuda_arch_version: ["12.9"]
2929
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3030
with:
3131
repository: pytorch/rl
3232
runner: "linux.g6.4xlarge.experimental.nvidia.gpu"
3333
# gpu-arch-type: cuda
3434
# gpu-arch-version: "11.7"
35-
docker-image: "pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel"
35+
docker-image: "pytorch/pytorch:2.8.0-cuda12.9-cudnn9-devel"
3636
timeout: 120
3737
script: |
3838
if [[ "${{ github.ref }}" =~ release/* ]]; then
@@ -44,8 +44,8 @@ jobs:
4444
fi
4545
4646
set -euo pipefail
47-
export PYTHON_VERSION="3.9"
48-
export CU_VERSION="cu128"
47+
export PYTHON_VERSION="3.12"
48+
export CU_VERSION="cu129"
4949
export TAR_OPTIONS="--no-same-owner"
5050
export UPLOAD_CHANNEL="nightly"
5151
export TF_CPP_MIN_LOG_LEVEL=0

test/llm/test_updaters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
5-
5+
from __future__ import annotations
66

77
import argparse
88
import gc

0 commit comments

Comments
 (0)