We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f3b31 commit 7f71d94Copy full SHA for 7f71d94
paddle/fluid/pybind/imperative.cc
@@ -800,10 +800,8 @@ void BindImperative(py::module *m_ptr) {
800
imperative::AllReduce(self.Var(), self.MutableVar(), strategy);
801
} else {
802
PADDLE_THROW(platform::errors::Unimplemented(
803
- "Imperative SelectedRows allreduce is not supported "
804
- "when "
805
- "paddle is compiled with NCCL verison lower than "
806
- "v2.2.12. "
+ "Imperative SelectedRows allreduce is not supported when "
+ "paddle is compiled with NCCL verison lower than v2.2.12. "
807
"You can set is_sparse=False for the Layer containing "
808
"this argument, such as Embedding(is_sparse=False)."));
809
}
0 commit comments