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: docker/hf_k8s/values.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ A Kubernetes secret is to store your Hugging Face token.
26
26
27
27
| Key | Type | Default | Description |
28
28
|-----|------|---------|-------------|
29
-
|`image.name`| string |`intel/ai-workflow`<!-- TODO: Replace with the public image when it's available -->| Name of the image to use for the PyTorch job. The container should include the fine tuning script and all the dependencies required to run the job. |
30
-
|`image.tag`| string |`torch-2.0.1-huggingface-multinode-py3.9`<!-- TODO: Replace with the public tag when it's available -->| The image tag for the container that will be used to run the PyTorch job. The container should include the fine tuning script and all the dependencies required to run the job. |
29
+
|`image.name`| string |`intel/ai-workflow`| Name of the image to use for the PyTorch job. The container should include the fine tuning script and all the dependencies required to run the job. |
30
+
|`image.tag`| string |`torch-2.0.1-huggingface-multinode-py3.9`| The image tag for the container that will be used to run the PyTorch job. The container should include the fine tuning script and all the dependencies required to run the job. |
31
31
|`image.pullPolicy`| string |`IfNotPresent`| Determines when the kubelet will pull the image to the worker nodes. Choose from: `IfNotPresent`, `Always`, or `Never`. If updates to the image have been made, use `Always` to ensure the newest image is used. |
0 commit comments