Skip to content

Commit

Permalink
fix: typo of log
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Nov 21, 2024
1 parent eca2ae8 commit 11214a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastdeploy/runtime/backends/ort/ort_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ bool OrtBackend::InitFromOnnx(const std::string& model_file,
paddle2onnx::ConvertFP32ToFP16(model_file.c_str(), model_file.size(),
&model_content_ptr, &model_content_size);
#else
FDERROR << "Didn't compile with PaddlePaddle Frontend, FP16 is not supported" << std::endl;
FDERROR << "Didn't compile with ENABLE_PADDLE2ONNX, FP16 is not supported" << std::endl;
return false;
#endif
std::string onnx_model_proto(model_content_ptr,
Expand Down

0 comments on commit 11214a6

Please sign in to comment.