Skip to content

Commit 11214a6

Browse files
authored
fix: typo of log
1 parent eca2ae8 commit 11214a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastdeploy/runtime/backends/ort/ort_backend.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ bool OrtBackend::InitFromOnnx(const std::string& model_file,
264264
paddle2onnx::ConvertFP32ToFP16(model_file.c_str(), model_file.size(),
265265
&model_content_ptr, &model_content_size);
266266
#else
267-
FDERROR << "Didn't compile with PaddlePaddle Frontend, FP16 is not supported" << std::endl;
267+
FDERROR << "Didn't compile with ENABLE_PADDLE2ONNX, FP16 is not supported" << std::endl;
268268
return false;
269269
#endif
270270
std::string onnx_model_proto(model_content_ptr,

0 commit comments

Comments
 (0)