We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2c609 commit 3a703aaCopy full SHA for 3a703aa
1 file changed
deepmd/pt/cxx_op.py
@@ -50,10 +50,10 @@ def load_library(module_name: str) -> bool:
50
if PT_CXX11_ABI_FLAG != pt_cxx11_abi_flag:
51
raise RuntimeError(
52
"This deepmd-kit package was compiled with "
53
- "CXX11_ABI_FLAG=%d, but TensorFlow runtime was compiled "
+ "CXX11_ABI_FLAG=%d, but PyTorch runtime was compiled "
54
"with CXX11_ABI_FLAG=%d. These two library ABIs are "
55
"incompatible and thus an error is raised when loading %s. "
56
- "You need to rebuild deepmd-kit against this TensorFlow "
+ "You need to rebuild deepmd-kit against this PyTorch "
57
"runtime."
58
% (
59
PT_CXX11_ABI_FLAG,
0 commit comments