This isn't for training, is it? It's for using the results of training immediately (inferring something), without the need for a network round trip (as far as I understand it).
So, you might still send the request to the network to continue training the model, but by the time you do, your answer has already computed on the local machine for local consumption.
So, you might still send the request to the network to continue training the model, but by the time you do, your answer has already computed on the local machine for local consumption.