Revert "Pin pt nightly CPU version"
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
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1075
- :page_facing_up: Preview Python docs built from this PR
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 ():
: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.
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.
SUCCESS!