This PR adds a model registry that is backed by either a local filestore, or a GCP bucket. The idea is to enforce some kind of versioning system for wav2wav like models. Some example output from the list_models functionality:
It's hopefully written in such a way that you can do more flexibly use other backends.
This PR adds a model registry that is backed by either a local filestore, or a GCP bucket. The idea is to enforce some kind of versioning system for wav2wav like models. Some example output from the
list_models
functionality:It's hopefully written in such a way that you can do more flexibly use other backends.