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
* `persistent-volume-claims` (list[string]) - Optional. The pre-created persistent volume claims (PVCs) that the data scientist can choose to mount to the containers. The cluster admin users should create PVCs and provide it to the data scientist users.
162
162
* `results-dir` (string) - Optional. The location to store the results, checkpoints, and logs. The cluster admin users should set this up and provide it to the data scientist users. The default value is `./results`.
163
163
* `service-account-name` - Optional. The Kubernetes service account that allows Pods to access resources based on the permissions granted to that service account. The cluster admin users should create the Kubernetes service account.
164
+
* `recipe` (string) - Optional. The recipe to use for the job. The recipe is a predefined set of parameters for the job.
165
+
* `override-parameters` (string) - Optional. The parameters to override for the job. The parameters are in JSON format.
166
+
Example:
167
+
```
168
+
hyperpod start-job --recipe <recipe-name>
169
+
```
170
+
171
+
Below is an example of how to use the `override-parameters` option and deepseek recipe.
0 commit comments