Download model artifact with HTTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 09:57 AM - edited 05-30-2024 09:51 AM
Hi, I want to pass a link for Kserve to download a model registered in Mlflow, which uses an HTTP request method to do that (it can be downloaded directly from GitHub or HuggingFace). Will setting up an artifact store in S3 or other public storage service help, i.e using the runId to get the absolute path in these storage services?
I am assuming for example if we can do some character string operation with the artifact_url we get "mlflow-artifacts:/0/ebbbb937c23449d695f8146c4a8241ff/artifacts/onxx-model" to get the exact path of the onxx file on S3 to skip the client.download_artifacts method?