ao icon indicating copy to clipboard operation
ao copied to clipboard

Revert "Pin pt nightly CPU version"

Open HDCharles opened this issue 1 year ago • 2 comments

Reverts pytorch/ao#1061

seems this caused an issue

relevant to: https://github.com/pytorch/ao/issues/1063 https://github.com/pytorch/ao/issues/1062

hopefully https://github.com/pytorch/ao/pull/1061 does not resurface and it was an env issue

HDCharles avatar Oct 14 '24 20:10 HDCharles

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1075

Note: Links to docs will display an error until the docs builds have been completed.

:white_check_mark: No Failures

As of commit e35fb545fc6167b6b0c234e57828bfb5f17e35a6 with merge base afc0a02620c75178e5e7bf79ff74ebe40c9f2bb3 (image): :green_heart: Looks good so far! There are no failures yet. :green_heart:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

pytorch-bot[bot] avatar Oct 14 '24 20:10 pytorch-bot[bot]

It seems like related to this https://stackoverflow.com/questions/49875588/importerror-lib64-libstdc-so-6-version-cxxabi-1-3-9-not-found

So something along the lines of a compiler (from conda) was used to compile the codegen CPU code but a different C++ stdlib (from system) was used to run the compiled code? Kinda strange that it didn't surface for CUDA nightly job.

Edit: though the tests pass now, I think it's still worth to investigate why this is happening on CPU nightly though.

gau-nernst avatar Oct 14 '24 23:10 gau-nernst

SUCCESS!

msaroufim avatar Oct 15 '24 05:10 msaroufim