Removing experimental to prefill chunking.

This commit is contained in:
Nicolas Patry 2024-12-06 19:09:40 +01:00
parent d96dcb1797
commit 08f6fa0b59
No known key found for this signature in database
GPG Key ID: D2920555C90F704C
1 changed files with 1 additions and 3 deletions

View File

@ -86,9 +86,7 @@ class Model(ABC):
)
support_chunking = False
log_master(
logger.info, f"Using experimental prefill chunking = {support_chunking}"
)
log_master(logger.info, f"Using prefill chunking = {support_chunking}")
self.support_chunking = support_chunking
set_support_chunking(support_chunking)