Put model files in a separate repository #250
Labels
ModelRegistry
Connected to the registry of models
suggestion
An idea that needs to be discussed/approved before starting implementaion
Right now all the model data files are bundled in this repository, despite the new model registry functionality, which allows us to put them elsewhere.
As I suggested in #238 we can move out all the model files to a separate repository
snewpy_models
, and manage them there.Advantages:
snewpy_models
when the data is changed, without having to wait forsnewpy
release.snewpy
repository will become very lightweight (no need to download all the models during the checkout, for example if you want to work on a specific feature, implement an interface to a new model etc.)snewpy_models
, and direct the downloader there, if needed.I think it can be done quite fast and simple.
I implemented #247 to avoid hardcoding the repository path, and use any provided URL, so it should be easy to point to the new
snewpy_models
repo.The text was updated successfully, but these errors were encountered: