zhengruifeng commented on PR #50013: URL: https://github.com/apache/spark/pull/50013#issuecomment-2673148757
currently, we have a pre-training model size check, if the model to be trained seems larger, the ml server will directly fail the training. regarding model loading, it first load the model into memory, then throw error if its size is large. Probably we should also use a pre-loading model size check. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
