Remove some comments.

This commit is contained in:
Nicolas Patry 2024-09-07 00:53:12 +02:00
parent 37790de5ca
commit c67bec168e
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
3 changed files with 1 additions and 5 deletions

View File

@ -76,9 +76,6 @@ impl Allocator for RadixAllocator {
&prefill_tokens.as_slice()[..prefill_tokens.len().saturating_sub(1)], &prefill_tokens.as_slice()[..prefill_tokens.len().saturating_sub(1)],
&mut blocks, &mut blocks,
); );
// Even if this allocation fails below, we need to increase he
// refcount to ensure that the prefix that was found is not evicted.
node_id node_id
} else { } else {
self.cache_blocks.root_id() self.cache_blocks.root_id()

View File

@ -398,7 +398,6 @@ def launcher(event_loop):
if not use_flash_attention: if not use_flash_attention:
env["USE_FLASH_ATTENTION"] = "false" env["USE_FLASH_ATTENTION"] = "false"
env["USE_PREFIX_CACHING"] = "0"
with tempfile.TemporaryFile("w+") as tmp: with tempfile.TemporaryFile("w+") as tmp:
# We'll output stdout/stderr to a temporary file. Using a pipe # We'll output stdout/stderr to a temporary file. Using a pipe

View File

@ -1,2 +1,2 @@
install-flashinfer: install-flashinfer:
pip install flashinfer==0.1.4 -i https://flashinfer.ai/whl/cu124/torch2.4 pip install flashinfer==0.1.5 -i https://flashinfer.ai/whl/cu124/torch2.4