Skip to content

Commit 4f16a11

Browse files
committed
fix
Signed-off-by: Biswa Panda <[email protected]>
1 parent f84d2f8 commit 4f16a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kubectl create namespace ${NAMESPACE}
2929
Update the `hf-token-secret.yaml` file with your HuggingFace token.
3030

3131
```bash
32-
kubectl apply -f hf-token-secret.yaml -n ${NAMESPACE}
32+
kubectl apply -f hf_hub_secret/hf_hub_secret.yaml -n ${NAMESPACE}
3333
```
3434

3535
6. (Optional) Create a shared model cache pvc to store the model weights.

0 commit comments

Comments
 (0)