Skip to content

Commit 3a703aa

Browse files
committed
TensorFlow -> PyTorch
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 6d2c609 commit 3a703aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deepmd/pt/cxx_op.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ def load_library(module_name: str) -> bool:
5050
if PT_CXX11_ABI_FLAG != pt_cxx11_abi_flag:
5151
raise RuntimeError(
5252
"This deepmd-kit package was compiled with "
53-
"CXX11_ABI_FLAG=%d, but TensorFlow runtime was compiled "
53+
"CXX11_ABI_FLAG=%d, but PyTorch runtime was compiled "
5454
"with CXX11_ABI_FLAG=%d. These two library ABIs are "
5555
"incompatible and thus an error is raised when loading %s. "
56-
"You need to rebuild deepmd-kit against this TensorFlow "
56+
"You need to rebuild deepmd-kit against this PyTorch "
5757
"runtime."
5858
% (
5959
PT_CXX11_ABI_FLAG,

0 commit comments

Comments
 (0)