Unverified Commit 08f6fa0b authored by Nicolas Patry's avatar Nicolas Patry
Browse files

Removing experimental to prefill chunking.

parent d96dcb17
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment