Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Oct 16, 2024
1 parent d37fbb5 commit 5d4cc68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mistral_inference/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def __init__(
head_dim: int,
sliding_window: Optional[int] | Optional[List[int]] = None,
):
print(f"yeeeees {sliding_window}")
self.max_seq_len = max_seq_len
self.n_kv_heads = n_kv_heads
self.head_dim = head_dim
Expand Down

0 comments on commit 5d4cc68

Please sign in to comment.