We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd49a46 commit 3fa8e92Copy full SHA for 3fa8e92
.github/workflows/tests.yml
@@ -108,10 +108,17 @@ jobs:
108
runner: banb-aws-general-8-plus-use1-public-80
109
- os: ubuntu-22.04-arm
110
arch: aarch64
111
+ - os: ubuntu-22.04-arm
112
+ arch: aarch64
113
+ torch_version: "2.3.1"
114
- os: windows-2025
115
arch: x86_64
116
- os: macos-15
117
arch: arm64
118
+ exclude:
119
120
+ torch_version: "2.2.2"
121
+
122
runs-on: ${{ matrix.runner || matrix.os }}
123
env:
124
BNB_TEST_DEVICE: cpu
0 commit comments