Skip to content

Commit 90bfa0b

Browse files
Update envs.py
1 parent 5620bd1 commit 90bfa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastdeploy/envs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# set traec exporter_otlp_headers.
8080
"EXPORTER_OTLP_HEADERS": lambda: os.getenv("EXPORTER_OTLP_HEADERS"),
8181
# enable kv cache block scheduler v1 (no need for kv_cache_ratio)
82-
"ENABLE_V1_KVCACHE_SCHEDULER": lambda: int(os.getenv("ENABLE_V1_KVCACHE_SCHEDULER", "1")),
82+
"ENABLE_V1_KVCACHE_SCHEDULER": lambda: int(os.getenv("ENABLE_V1_KVCACHE_SCHEDULER", "0")),
8383
# Whether to use PLUGINS.
8484
"FD_PLUGINS": lambda: None if "FD_PLUGINS" not in os.environ else os.environ["FD_PLUGINS"].split(","),
8585
# set trace attribute job_id.

0 commit comments

Comments
 (0)