-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: download model-configurations is broken #6407
Comments
should be downloaded as a json |
File seems to be downloading as designed. The |
Methods to clean up: ModelConfigurationController#downloadModelConfigurationWithModel - zip file with model and model config json |
Then it should be a .zip file and not a .modelconfig file, user do not know what to do of this. |
At the time we went with
modelconfigurations are terarium objects - are people trying to use that json for something external to terarium? |
@liunelson if you could weight on it. In my opinion, we should download the model-configuratation as a configured model. So that the user can just re-upload it as is. I do not see a version where a user wants just a model-configuration JSON without its model. |
Agreed. I understand a "configured model" as the model's AMR JSON with the selected configuration as its default (and only) configuration. It should really be useful when a user wants to do some manual configuring and surgery in a text editor, where they can apply selective copy and replace. However, one would still expect:
Such features are essentially in the case where one user works on the configuration and the other on the workflow (simulation, datasets, etc.). |
Adding a new option to download a configured model in addition to the zipped archive
Describe the bug
downloading a model configuration should be updated to be named
Download as configure model
and call the following endpointmodel-configurations/as-configured-model/
The text was updated successfully, but these errors were encountered: