Skip to content
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

Automatically attach uploaded files to model output #45

Closed
bschroeter opened this issue Aug 8, 2024 · 1 comment · Fixed by #48
Closed

Automatically attach uploaded files to model output #45

bschroeter opened this issue Aug 8, 2024 · 1 comment · Fixed by #48

Comments

@bschroeter
Copy link
Contributor

Due to the way the API is designed, a file must first be uploaded, then attached to a model output in 2 discrete calls.

We implement this with the methods/CLI:

  1. upload_files (or some variant thereof)
  2. attach_files_to_model_output

This will become tedious once scripted in conjunction with benchcab.

I suggest we add optional arguments to the upload routines to specify a model output that does little more than issue the attach command immediately after the upload.

I'm in discussions with UNSW as to the ramifications of this approach.

bschroeter added a commit that referenced this issue Aug 8, 2024
@bschroeter
Copy link
Contributor Author

Initial implementation, waiting on #42 to incorporate changes across all upload options.

@bschroeter bschroeter linked a pull request Aug 13, 2024 that will close this issue
bschroeter added a commit that referenced this issue Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant