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
|`recipe_id`| string |`"healthcheck"`| Identifier for the recipe |
181
+
|`recipe_mode`| string |`"job"`| Whether the recipe runs as a one-time job or a service |
182
+
|`deployment_name`| string |`"healthcheck"`| Name of the deployment/job |
183
+
|`recipe_image_uri`| string |`"iad.ocir.io/.../healthcheck_v0.3"`| URI of the container image stored in OCI Container Registry |
184
+
|`recipe_node_shape`| string |`"VM.GPU.A10.2"`| Compute shape to use for this job |
185
+
|`output_object_storage.bucket_name`| string |`"healthcheck2"`| Name of the Object Storage bucket to write results |
186
+
|`output_object_storage.mount_location`| string |`"/healthcheck_results"`| Directory inside the container where the bucket will be mounted |
187
+
|`output_object_storage.volume_size_in_gbs`| integer |`20`| Storage volume size (GB) for the mounted bucket |
188
+
|`recipe_container_command_args`| list |`[--dtype, float16, --output_dir, /healthcheck_results, --expected_gpus, A10:2,A100:0,H100:0]`| Arguments passed to the container |
189
+
|`--dtype`| string |`"float16"`| Precision type for computations (e.g. float16, float32) |
190
+
|`--output_dir`| string |`"/healthcheck_results"`| Directory for writing output (maps to mounted bucket) |
191
+
|`--expected_gpus`| string |`"A10:2,A100:0,H100:0"`| Expected GPU types and counts |
192
+
|`recipe_replica_count`| integer |`1`| Number of replicas (containers) to run |
193
+
|`recipe_nvidia_gpu_count`| integer |`2`| Number of GPUs to allocate |
194
+
|`recipe_node_pool_size`| integer |`1`| Number of nodes to provision |
195
+
|`recipe_node_boot_volume_size_in_gbs`| integer |`200`| Size of the boot volume (GB) |
0 commit comments