Skip to content

Commit

Permalink
Add more generic OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
nskool committed May 19, 2022
1 parent 125ecac commit b6265da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagemaker_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ SagemakerAPIServer::SageMakerMMEHandleLoadError(
"CUDA out of memory", /* pytorch */
"CUDA_OUT_OF_MEMORY", /* tensorflow */
"Out of memory", /* generic */
};
"out of memory", "MemoryError"};

EVBufferAddErrorJson(req->buffer_out, load_err);

Expand Down

0 comments on commit b6265da

Please sign in to comment.