Removing experimental to prefill chunking.
This commit is contained in:
parent
d96dcb1797
commit
08f6fa0b59
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue