Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link to any related issues, companion PRs, or blockers. eg,
Fixes #37
#222
Overview
A user is able to access the loaded model from S3 by calling model.model.
Discussion
Any additional context that you think is important for reviewers or future users/contributors looking at this PR.
The issue originated from issue #200. Currently cannot replicate loading the model locally due to issues in dependencies with the required pyyaml version of ml-mast and cython.
yaml/pyyaml#724
yaml/pyyaml#728
Testing
Testing it through a pipeline as well as by trying to create a _Model object through the Model function and a registered model's name. In testing just obtaining the model, you need to obtain a presigned_url_response with client.backend_client.get_model_download_urls([model's name])
Documentation
Does this PR update any docs pages? Should it?
📚 Documentation preview 📚: https://garden-ai--239.org.readthedocs.build/en/239/