Skip to content

Commit

Permalink
Pin pt nightly CPU version (#1061)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
msaroufim authored Oct 12, 2024
1 parent 9cd0da6 commit 4734eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
gpu-arch-version: ""
- name: CPU Nightly
runs-on: linux.4xlarge
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
torch-spec: '--pre torch==2.6.0.dev20241010+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
gpu-arch-type: "cpu"
gpu-arch-version: ""

Expand Down

0 comments on commit 4734eda

Please sign in to comment.