You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only rely on a simple keyword + date for caching.
The idea is to somehow make use of ModelDB API so that we know when to retrieve (updated or new) models? Otherwise add a manual trigger?
The text was updated successfully, but these errors were encountered:
This was addressed by #88.
Now in each run we make two API calls, one for the full list of models and the second for the full list of their modification times.
The cache metadata also includes the modification time, and this is used to only re-download new or updated models.
Currently we only rely on a simple keyword + date for caching.
The idea is to somehow make use of ModelDB API so that we know when to retrieve (updated or new) models? Otherwise add a manual trigger?
The text was updated successfully, but these errors were encountered: