We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a9b3 commit cffde70Copy full SHA for cffde70
1 file changed
fastdeploy/config.py
@@ -1339,6 +1339,11 @@ def check(self):
1339
)
1340
if self.scheduler_config is not None:
1341
self.scheduler_config.check()
1342
+
1343
+ if int(envs.ENABLE_V1_KVCACHE_SCHEDULER) == 1:
1344
+ assert (
1345
+ int(envs.FD_DISABLED_RECOVER) == 0
1346
+ ), "FD_DISABLED_RECOVER is not supported while ENABLE_V1_KVCACHE_SCHEDULER is turned on."
1347
1348
def print(self):
1349
"""
0 commit comments