Skip to content

Commit 5b2439d

Browse files
msaroufimjainapurva
authored andcommitted
Pin pt nightly CPU version (#1061)
This just makes https://github.com/pytorch/ao/actions/runs/11293700323/job/31428383947?pr=962 green instead There's dozens of these failures but the main one with a repro is ``` f = <built-in function create_dynamic> args = (ModuleSpec(name='czbwqbrpps7k557gwtx5ach55zcy5nlo4hkgesymkc7ywznzhsf5.kernel', loader=<_frozen_importlib_external.Ext...ject at 0x7f2ec81a6d90>, origin='/tmp/torchinductor_root/zb/czbwqbrpps7k557gwtx5ach55zcy5nlo4hkgesymkc7ywznzhsf5.so'),) kwds = {} > ??? E torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised: E ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/torchinductor_root/zb/czbwqbrpps7k557gwtx5ach55zcy5nlo4hkgesymkc7ywznzhsf5.so) E E Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information E E E You can suppress this exception and fall back to eager by setting: E import torch._dynamo E torch._dynamo.config.suppress_errors = True E E E To execute this test, run the following from the base repo dir: E python test/prototype/test_low_bit_optim.py TestOptim.test_optim_smoke_optim_name_AdamWFp8_bfloat16_device_cpu ```
1 parent 9c95b55 commit 5b2439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
gpu-arch-version: ""
6262
- name: CPU Nightly
6363
runs-on: linux.4xlarge
64-
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
64+
torch-spec: '--pre torch==2.6.0.dev20241010+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
6565
gpu-arch-type: "cpu"
6666
gpu-arch-version: ""
6767

0 commit comments

Comments
 (0)