Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqianfzh committed Oct 14, 2024
1 parent d356ace commit 89d9171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/distributed/kv_transfer/infinite.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, model: str, tokens_per_page=16) -> None:

logger.info("connecting to infinite store server: ", infinite_server)

self.conn.connect(infinite_server)
self.conn.connect()

def _compute_kv_cache_block_offsets(
self, input_ids: torch.Tensor, attn_metadata: AttentionMetadata,
Expand Down

0 comments on commit 89d9171

Please sign in to comment.