Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Dec 16, 2024
1 parent 716cb02 commit d21d8e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llumnix/entrypoints/bladellm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def detect_unsupported_feature(engine_args: ServingArgs) -> None:
unsupported_feature = "automatic prompt caching"
elif engine_args.use_sps:
unsupported_feature = "speculative decoding"
elif engine_args.enable_remote_worker:
unsupported_feature = "enable_remote_worker"

if unsupported_feature:
raise ValueError(f'Llumnix does not support "{unsupported_feature}" for bladeLLM currently.')

Expand Down

0 comments on commit d21d8e8

Please sign in to comment.