Fixing black.

This commit is contained in:
Nicolas Patry 2024-08-12 17:27:45 +02:00
parent 89b42c9b48
commit b31ec3bc8c
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -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