Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Dec 12, 2024
1 parent 8ecb891 commit 4b839d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions llumnix/backends/bladellm/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ async def _loop(self):
except Exception as e:
logger.error("Error in engine loop: {}".format(e))
logger.error("exception traceback: {}".format(traceback.format_exc()))
# TODO[xinyi, kuilong]: add function methods in worker for llumnix
# self._workers.shutdown()

previous_state = self.state
self.state = EngineState.CRASHED
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import ray

# pylint: disable=unused-import
from ..utils import (generate_launch_command, generate_bench_command, to_markdown_table,
from .utils import (generate_launch_command, generate_bench_command, to_markdown_table,
cleanup_ray_env, wait_for_llumnix_service_ready, shutdown_llumnix_service)

size_pattern = re.compile(r'total_kv_cache_size:\s*([\d.]+)\s*(B|KB|MB|GB|KB|TB)')
Expand Down

0 comments on commit 4b839d5

Please sign in to comment.