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 50bbba6 commit abbb415Copy full SHA for abbb415
1 file changed
src/sagemaker_server.cc
@@ -1,4 +1,4 @@
1
-// Copyright 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+// Copyright 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
//
3
// Redistribution and use in source and binary forms, with or without
4
// modification, are permitted provided that the following conditions
@@ -735,7 +735,7 @@ SagemakerAPIServer::SageMakerMMEUnloadModel(
735
server_.get(), repo_parent_path.c_str());
736
737
if (unregister_err != nullptr) {
738
- EVBufferAddErrorJson(req->buffer_out, unload_err);
+ EVBufferAddErrorJson(req->buffer_out, unregister_err);
739
evhtp_send_reply(req, EVHTP_RES_BADREQ);
740
LOG_ERROR << "Unable to unregister model repository for path: "
741
<< repo_parent_path << std::endl;
0 commit comments