[Misc] LoRA + Chunked Prefill (#9057)
This commit is contained in:
@@ -1698,7 +1698,8 @@ class LoRAConfig:
|
||||
# Reminder: Please update docs/source/usage/compatibility_matrix.rst
|
||||
# If the feature combo become valid
|
||||
if scheduler_config.chunked_prefill_enabled:
|
||||
raise ValueError("LoRA is not supported with chunked prefill yet.")
|
||||
logger.warning("LoRA with chunked prefill is still experimental "
|
||||
"and may be unstable.")
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user