You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Make sure, that `TRITON_AZURE_MOUNT_DIRECTORY` exists on your local machine
236
+
and it is empty.**
237
+
199
238
200
239
### Cloud Storage with Credential file (Beta)
201
240
@@ -258,6 +297,13 @@ If the `TRITON_CLOUD_CREDENTIAL_PATH` environment variable is not set, the
258
297
[Cloud Storage with Environment variables](#cloud-storage-with-environment-variables)
259
298
will be used.
260
299
300
+
### Caching of Cloud Storage
301
+
302
+
Triton currently doesn't perform file caching for cloud storage.
303
+
However, this functionality can be implemented through
304
+
[repository agent API](https://github.com/triton-inference-server/server/blob/bbbcad7d87adc9596f99e3685da5d6b73380514f/docs/customization_guide/repository_agents.md) by injecting a proxy, which checks a specific local directory for caching
305
+
given the cloud storage (original path) of the model,
0 commit comments