Skip to content

Commit bfb30ef

Browse files
committed
release/0.10.0
1 parent b42b19f commit bfb30ef

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/build-wheels-aarch64-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: linux-aarch64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
with-cuda: disable
2929
build:
3030
needs: generate-matrix
@@ -42,7 +42,7 @@ jobs:
4242
repository: ${{ matrix.repository }}
4343
ref: ""
4444
test-infra-repository: pytorch/test-infra
45-
test-infra-ref: main
45+
test-infra-ref: release/2.8
4646
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4747
package-name: ${{ matrix.package-name }}
4848
smoke-test-script: ${{ matrix.smoke-test-script }}

.github/workflows/build-wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: linux
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
repository: ${{ matrix.repository }}
4242
ref: ""
4343
test-infra-repository: pytorch/test-infra
44-
test-infra-ref: main
44+
test-infra-ref: release/2.8
4545
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4646
package-name: ${{ matrix.package-name }}
4747
smoke-test-script: ${{ matrix.smoke-test-script }}

.github/workflows/build-wheels-m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: macos-arm64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
repository: ${{ matrix.repository }}
4242
ref: ""
4343
test-infra-repository: pytorch/test-infra
44-
test-infra-ref: main
44+
test-infra-ref: release/2.8
4545
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4646
package-name: ${{ matrix.package-name }}
4747
runner-type: macos-m2-15

.github/workflows/build-wheels-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: windows
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -43,7 +43,7 @@ jobs:
4343
repository: ${{ matrix.repository }}
4444
ref: ""
4545
test-infra-repository: pytorch/test-infra
46-
test-infra-ref: main
46+
test-infra-ref: release/2.8
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4848
pre-script: ${{ matrix.pre-script }}
4949
env-script: ${{ matrix.env-script }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
repository: pytorch/rl
131131
download-artifact: docs
132132
ref: gh-pages
133-
test-infra-ref: main
133+
test-infra-ref: release/2.8
134134
script: |
135135
set -euo pipefail
136136

.github/workflows/test-windows-optdepts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
repository: pytorch/rl
3434
runner: ${{ matrix.runner }}
3535
timeout: 60
36-
test-infra-ref: main
36+
test-infra-ref: release/2.8
3737
script: |
3838
set -euxo pipefail
3939

sota-implementations/expert-iteration/requirements_gsm8k.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ wandb==0.19.11
77
hydra-core==1.3.2
88
ray==2.46.0
99
tqdm==4.67.1
10-
tensordict==0.9.0
10+
tensordict==0.10.0
1111
vllm==0.9.0.1
1212
accelerate==1.7.0
1313
xformers==0.0.30

sota-implementations/expert-iteration/requirements_ifeval.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ wandb==0.19.11
77
hydra-core==1.3.2
88
ray==2.46.0
99
tqdm==4.67.1
10-
tensordict==0.9.0
10+
tensordict==0.10.0
1111
vllm==0.9.0.1
1212
accelerate==1.7.0
1313
xformers==0.0.30

sota-implementations/grpo/requirements_gsm8k.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ wandb==0.19.11
77
hydra-core==1.3.2
88
ray==2.46.0
99
tqdm==4.67.1
10-
tensordict==0.9.0
10+
tensordict==0.10.0
1111
vllm==0.9.0.1
1212
accelerate==1.7.0
1313
xformers==0.0.30

sota-implementations/grpo/requirements_ifeval.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ wandb==0.19.11
77
hydra-core==1.3.2
88
ray==2.46.0
99
tqdm==4.67.1
10-
tensordict==0.9.0
10+
tensordict==0.10.0
1111
vllm==0.9.0.1
1212
accelerate==1.7.0
1313
xformers==0.0.30

0 commit comments

Comments
 (0)