We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ad012 commit c22e52bCopy full SHA for c22e52b
scripts/kind-dev-env.sh
@@ -71,7 +71,7 @@ export VLLM_REPLICA_COUNT="${VLLM_REPLICA_COUNT:-1}"
71
# By default we are not setting up for PD (Prefill/Decode)
72
export PD_ENABLED="\"${PD_ENABLED:-false}\""
73
74
-# By default we are not setting up for EPD (Encode/Prefill/Decode)
+# By default we are not setting up for EPD (Encode/PD)
75
export EPD_ENABLED="\"${EPD_ENABLED:-false}\""
76
77
# By default we are not setting up for KV cache
0 commit comments