We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8263296 commit 9c7afceCopy full SHA for 9c7afce
tests/kind-ngf/README.md
@@ -127,8 +127,7 @@ helm install vllm-llama3-8b-instruct vllm/vllm \
127
--set env[0].value="${HF_TOKEN}" \
128
--wait --timeout 10m
129
130
-# Alternative: Deploy via YAML (if Helm is not available)
131
-# kubectl apply -f tests/kind-ngf/manifests/02-vllm-backend.yaml
+
132
133
# Wait for vLLM to be ready (this can take several minutes)
134
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=vllm \
tests/kind-ngf/manifests/02-vllm-backend.yaml
0 commit comments