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

Download files from Azure storage under virtual directory for Multi-model serving #3691

Open
leduckhc opened this issue May 14, 2024 · 0 comments · May be fixed by #3702
Open

Download files from Azure storage under virtual directory for Multi-model serving #3691

leduckhc opened this issue May 14, 2024 · 0 comments · May be fixed by #3702

Comments

@leduckhc
Copy link

leduckhc commented May 14, 2024

/kind feature

Describe the solution you'd like
I propose implementing a feature to enable the downloading of all files from Azure storage under a specified virtual directory. This enhancement would facilitate the utilization of Multi-model serving capabilities.

Anything else you would like to add:
The feature should support the downloading of files structured under a virtual directory in the following format:

azure://myStorageAccount.blob.core.windows.net/myContainer/my/Virtual/Dir/modelName

Under this structure, the files are organized as follows:

[config.pbtxt]
[<output-labels-file> ...]
<version>/
  <model-definition-file>
<version>/
  <model-definition-file>
...

Additional Notes:
This enhancement would streamline the process of retrieving files from Azure storage for multi-model serving scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant