Skip to content

Commit a1324e5

Browse files
committed
Fix MC_ env prefix comment
Signed-off-by: William Arnold <[email protected]>
1 parent 2b5a9cc commit a1324e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/dynamo/common/config_dump/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"TRANSFORMERS_", # Transformers library
1515
"SGLANG_", # SGLang
1616
"SGL_", # SGLang (short prefix)
17-
"MC_", # Model Cache or other MC-related
17+
"MC_", # Mooncake
1818
"VLLM_", # vLLM
1919
"TENSORRT_", # TensorRT
2020
"TORCH_", # PyTorch

0 commit comments

Comments
 (0)