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: tutorials/03-load-model-from-pv.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,14 +84,12 @@ servingEngineSpec:
84
84
vllmConfig:
85
85
maxModelLen: 4096
86
86
87
-
env:
88
-
- name: HF_TOKEN
89
-
value: <YOUR_HF_TOKEN>
87
+
hf_token: <YOUR HF TOKEN>
90
88
```
91
89
92
90
> **Explanation:** The `pvcMatchLabels` field specifies the labels to match an existing Persistent Volume. In this example, it ensures that the deployment uses the PV with the label `model: "llama3-pv"`. This provides a way to link a specific PV to your application.
93
91
94
-
> **Note:** Make sure to replace `<YOUR_HF_TOKEN>` with your actual Hugging Face token in the `env` section.
92
+
> **Note:** Make sure to replace `<YOUR_HF_TOKEN>` with your actual Hugging Face token in the yaml.
0 commit comments