Skip to content

Commit

Permalink
Merge branch 'int4_support' of https://github.com/BoarQing/onnxruntime
Browse files Browse the repository at this point in the history
…into int4_support
  • Loading branch information
BoarQing committed Dec 18, 2024
2 parents e34d452 + 09ac096 commit ab0baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/providers/vitisai/imp/global_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ vaip_core::OrtApiForVaip* create_org_api_hook() {
return options->GetEnableProfiling();
};
the_global_api.graph_remove_initialized_tensor = [](Graph& graph, const std::string& tensor_name) {
graph.RemoveInitializedTensor(name);
graph.RemoveInitializedTensor(tensor_name);
};
if (!s_library_vitisaiep.vaip_get_version) {
return reinterpret_cast<vaip_core::OrtApiForVaip*>(&(the_global_api.host_));
Expand Down

0 comments on commit ab0baaf

Please sign in to comment.