-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support board_deparse
for Google Drive
#820
Comments
Ah, what is happening here is that The main reason we haven't added that is that Google Drive is S L O W for reading big objects like models (even for small files, too, in my experience) and I don't expect it to be useful for realistic use cases. If you use Google Drive to store your model, it will take a really long time for your vetiver API to be up and ready to go. In the framing of my recent MLOps talk, it will have really terrible performance in the software sense (not statistical sense). Is it possible for you to use another pins backend to store your model? One more suited to serving predictions via an API? Or can you share a little more about why you are wanting to use Google Drive? |
Thank you @juliasilge for your explanation. First, I'm new to vetiver but I found it is very useful. I'm just trying to use Google Drive as my board because my company uses Google Drive as cloud storage services. So Ithink "why not I use it to store my model?". FYI, I've successfully deploy vetiver model using pins If I still want to use Google Drive as my board, can I just use |
I am afraid that Google Drive will be just super duper slow no matter how you use it, but certainly your constraints might be different than what I am picturing. Would you be willing to try this out:
If this works OK for your constraints, then certainly I could add the |
board_deparse
for Google Drive
Hi,
I use google drive as a board and get error when write plumber.
Anyone can help me to understand and solve this problem?
Thank you.
The text was updated successfully, but these errors were encountered: