You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve#2331. Update `setup.py` for TF 2.12. Migrate all workflows to
TF 2.12 with `USE_TF_PYTHON_LIBS`. Update documentation to recommend
`USE_TF_PYTHON_LIBS`.
---------
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Resolvedeepmodeling#2331. Update `setup.py` for TF 2.12. Migrate all workflows to
TF 2.12 with `USE_TF_PYTHON_LIBS`. Update documentation to recommend
`USE_TF_PYTHON_LIBS`.
---------
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Summary
Here is a checklist to support TF 2.12.
Detailed Description
For 2.12.0rc0:
.dylib
file was removed from macOS wheels with only.2.dylib
left fix macOS library suffix for TF 2.12 #2333libtensorflow_cc
library is now available inside wheels per Dynamic Pywrap - Refactor pywrap_tensorflow_internal to load TF symbols from libtensorflow_cc.so tensorflow/tensorflow#55941. Remove the dependency on_pywrap_tensorflow_internal
and removes the dependency on libpython (cmake, lammps) remove dependencies on _pywrap_tensorflow_internal and libpython for TF 2.12 #2335Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: