Skip to content

Conversation

@OlivierDehaene
Copy link
Contributor

@OlivierDehaene OlivierDehaene commented Apr 30, 2024

Close #2007

@github-actions github-actions bot added the Stale label May 31, 2024
@OlivierDehaene OlivierDehaene force-pushed the feat/move_cache_manager_rust branch from 9ff4f18 to a9beab0 Compare May 31, 2024 12:38
Copy link
Contributor

@Narsil Narsil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIce

window_size: Option<u32>,
) -> Self {
// Create channel
let (sender, receiver) = mpsc::unbounded_channel();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to the PR, but maybe it's a culprit for the leaks.

https://docs.rs/tokio/latest/tokio/sync/mpsc/fn.unbounded_channel.html

@github-actions github-actions bot removed the Stale label Jun 1, 2024
@OlivierDehaene OlivierDehaene force-pushed the feat/move_cache_manager_rust branch from a9beab0 to e346b6d Compare June 4, 2024 15:57
@OlivierDehaene OlivierDehaene force-pushed the feat/move_cache_manager_rust branch from e346b6d to 9410a79 Compare June 4, 2024 16:03
Narsil
Narsil previously approved these changes Jun 4, 2024
Copy link
Contributor

@Narsil Narsil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@OlivierDehaene OlivierDehaene merged commit 8aece3b into main Jun 5, 2024
@OlivierDehaene OlivierDehaene deleted the feat/move_cache_manager_rust branch June 5, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CacheManager.allocate is slow in the prefill when using large num_blocks

4 participants