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

feat: Support uploading local models #779

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
bfb4f63
feat: Support uploading local models
Ark-kun Oct 12, 2021
a62c264
feat: Added the upload_to_gcs utility function
Ark-kun Oct 15, 2021
cf97d3b
feat: Support staging directories in stage_local_data_in_gcs
Ark-kun Oct 15, 2021
dd35ac4
feat: Validate model directories before uploading
Ark-kun Oct 15, 2021
d554bbf
feat: Added framework-specific model uploaders for XGBoost, Scikit-le…
Ark-kun Oct 16, 2021
650b767
Added docstrings
Ark-kun Oct 19, 2021
8f61efb
Fixed the version variable in error messages
Ark-kun Oct 20, 2021
8c5448d
Only validate the model directory when using a built-in serving conta…
Ark-kun Nov 5, 2021
4bbf2f0
Added more exception causes to the dostrings
Ark-kun Nov 5, 2021
171e737
Cleaning up the temporary model directory
Ark-kun Nov 5, 2021
7f5407e
Added fallback to default credentials in `upload_to_gcs`
Ark-kun Nov 5, 2021
33942da
Moved the stage_local_data_in_gcs and upload_to_gcs functions to gcs_…
Ark-kun Nov 13, 2021
5febd56
Added the "Raises" sections to function docstrings
Ark-kun Nov 13, 2021
439d413
When user-provided version is not recognized, show warning message in…
Ark-kun Nov 13, 2021
1064243
Added docstring for _get_container_registry
Ark-kun Nov 13, 2021
03f3e80
Added missing import
Ark-kun Nov 13, 2021
31248d1
fix: Fixed code after switching from mkdtemp to TemporaryDirectory
Ark-kun Nov 16, 2021
9dcc39f
Made the staging bucket name location-specific
Ark-kun Nov 16, 2021
24006fc
Reverted the automatic temporary directory cleanup
Ark-kun Nov 16, 2021
e8ecce7
Added unit tests for the Model.upload_* methods
Ark-kun Nov 16, 2021
b521bde
Added unit test for Model.upload data staging feature
Ark-kun Nov 16, 2021
b964224
Added new container image versions
Ark-kun Nov 23, 2021
6039548
Moved the default model display names to the function signatures
Ark-kun Nov 23, 2021
079e6e9
Moved the default container versions to the function definitions
Ark-kun Nov 23, 2021
73a4868
Added model upload integration test
Ark-kun Nov 24, 2021
fc55618
Merge branch 'main' into feat--Support-uploading-local-models
sasha-gitg Nov 29, 2021
9138036
Merge branch 'main' into feat--Support-uploading-local-models
sasha-gitg Nov 29, 2021
db65f67
Removed the container image URI generation code as asked by the reviewer
Ark-kun Dec 1, 2021
4d2e440
Added the return type annotations
Ark-kun Dec 1, 2021
7b71234
Removed the Optional type annotation from parameters with default value
Ark-kun Dec 1, 2021
ab87299
Added "vertex" to the default staging bucket name suffix
Ark-kun Dec 1, 2021
6ced3ba
Falling back to the globally-set credentials when not specified in st…
Ark-kun Dec 1, 2021
7588d4b
Changed the static methods to class methods as requested
Ark-kun Dec 1, 2021
39abcc3
Auto-deleting the temporary files
Ark-kun Dec 1, 2021
af8317b
Reworded some error messages
Ark-kun Dec 1, 2021
624048a
Resolved the integration test feedback
Ark-kun Dec 1, 2021
1ab4c9a
Removed unused imports
Ark-kun Dec 1, 2021
fb02072
Fixed the integration test teardown
Ark-kun Dec 1, 2021
17344da
Merge branch 'main' into feat--Support-uploading-local-models
sasha-gitg Dec 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view