Skip to content

Commit

Permalink
Disable many-to-many migration temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Nov 27, 2024
1 parent 5e80827 commit fa6174a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llumnix/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
# Number of kv-cache layers to transfer in each round during migration
_C.MANAGER.MIGRATION_NUM_LAYERS = 1
# Number of internal cache size in migration backend for sending and receiving
_C.MANAGER.MIGRATION_INTERNAL_BUFFER_NUM = 2
_C.MANAGER.MIGRATION_INTERNAL_BUFFER_NUM = 1

# -----------------------------------------------------------------------------
# SCALING CONFIGURATION
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generate_launch_command(result_filename: str = "",
f"--request-migration-policy {request_migration_policy} "
f"--migration-backend {migration_backend} "
f"--migration-buffer-blocks 32 "
f"--migration-internal-buffer-num 2 "
f"--migration-internal-buffer-num 1 "
f"--tensor-parallel-size 1 "
f"--request-output-queue-port {1234+port} "
f"{'--launch-ray-cluster ' if launch_ray_cluster else ''}"
Expand Down

0 comments on commit fa6174a

Please sign in to comment.