mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Fixing black.
This commit is contained in:
parent
89b42c9b48
commit
b31ec3bc8c
@ -1027,6 +1027,7 @@ class FlashCausalLM(Model):
|
||||
create_decode_state,
|
||||
create_prefill_with_paged_kv_state,
|
||||
)
|
||||
|
||||
self.prefill_state = create_prefill_state(device=device)
|
||||
self.prefill_with_paged_kv_state = create_prefill_with_paged_kv_state(
|
||||
device=device
|
||||
|
Loading…
Reference in New Issue
Block a user