mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +00:00
Forgot last default place.
This commit is contained in:
parent
860b550cdf
commit
8d0220a695
@ -47,7 +47,7 @@ impl BackendV3 {
|
||||
} else if prefix_caching {
|
||||
Attention::FlashInfer
|
||||
} else {
|
||||
Attention::Paged
|
||||
Attention::FlashDecoding
|
||||
};
|
||||
let block_size = if attention == Attention::FlashDecoding {
|
||||
256
|
||||
|
Loading…
Reference in New Issue
Block a user