ecmwf-lab / ai-models

Apache License 2.0
403 stars 68 forks source link

Standalone remote client #37

Closed gmertes closed 7 months ago

gmertes commented 7 months ago

Remote execution no longer needs a local copy of trained model assets. Checkpoint data (and any missing local model parameter) is fetched from the server. Tested and working for all model plugins.

Also supports remote patch_retrieve_requests, the server will send back the patched request if the model requires it.

Changes: