mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-22 13:21:25 +08:00
Add comment
This commit is contained in:
parent
aa092834bb
commit
d16a348477
@ -154,6 +154,7 @@ class Attention(nn.Module):
|
||||
|
||||
# Write the incoming keys and values to KV cache.
|
||||
k_cache, v_cache = cache
|
||||
# FIXME(woosuk): Uncomment this.
|
||||
# k_cache, v_cache = write_to_kv_cache(
|
||||
# key_proj, value_proj, k_cache, v_cache, slot_mapping)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user