Skip to content

Commit

Permalink
register_jit_hooks: Remove confusing error message (#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu authored Sep 9, 2024
1 parent e4e4d31 commit 1d0916f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/runtime/register_jit_hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ static auto TORCHTRT_UNUSED TRTEngineTSRegistrtion =
return serialize_info;
},
[](std::vector<std::string> serialized_info) -> c10::intrusive_ptr<TRTEngine> {
LOG_ERROR(serialized_info[TARGET_PLATFORM_IDX]);
serialized_info[ENGINE_IDX] = base64_decode(serialized_info[ENGINE_IDX]);
TRTEngine::verify_serialization_fmt(serialized_info);
return c10::make_intrusive<TRTEngine>(serialized_info);
Expand Down

0 comments on commit 1d0916f

Please sign in to comment.