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
Copy file name to clipboardexpand all lines: deploy/gke-marketplace-app/server-deployer/schema.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
x-google-marketplace:
28
28
schemaVersion: v2
29
29
applicationApiVersion: v1beta1
30
-
publishedVersion: '2.51.0'
30
+
publishedVersion: '2.53.0'
31
31
publishedVersionMetadata:
32
32
releaseNote: >-
33
33
Initial release.
@@ -89,7 +89,7 @@ properties:
89
89
modelRepositoryPath:
90
90
type: string
91
91
title: Bucket where models are stored. Please make sure the user/service account to create the GKE app has permission to this GCS bucket. Read Triton documentation on configs and formatting details, supporting TensorRT, TensorFlow, Pytorch, Onnx ... etc.
92
-
default: gs://triton_sample_models/24.11
92
+
default: gs://triton_sample_models/24.12
93
93
image.ldPreloadPath:
94
94
type: string
95
95
title: Leave this empty by default. Triton allows users to create custom layers for backend such as TensorRT plugin or Tensorflow custom ops, the compiled shared library must be provided via LD_PRELOAD environment variable.
For each Triton upgrade, container version used to generate the model, and the model path in GCS `gs://triton_sample_models/24.11/` should be updated accordingly with the correct version.
63
+
For each Triton upgrade, container version used to generate the model, and the model path in GCS `gs://triton_sample_models/24.12/` should be updated accordingly with the correct version.
0 commit comments