My question is that i want to know if i use the model-repository=s3://minio/bucket/models order , the models file will dowload to the local filesystem ? i try to enter the tritonserver docker (docker exec ) ,but i con't find the models file。 #6566
Answered
by
nnshah1
Vanish1011
asked this question in
Q&A
-
My question is i want to know if i use the model-repository=s3://minio/bucket/models order , the models file will dowload to the local filesystem ? i try to enter the tritonserver docker (docker exec ) ,but i con't find the models file。i really appricate it if anyone would reply |
Beta Was this translation helpful? Give feedback.
Answered by
nnshah1
Nov 12, 2023
Replies: 2 comments 1 reply
-
S3 Models will be downloaded to the local filesystem in the /tmp directory (by default) - this directory can be changed via environment variable: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dyastremsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Vanish1011
S3 Models will be downloaded to the local filesystem in the /tmp directory (by default) - this directory can be changed via environment variable:
https://github.com/triton-inference-server/core/blob/935878a5b97d3a51b76d2e5b7fadd2f31926734c/src/filesystem/implementations/s3.h#L656