mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-08 01:30:02 +01:00
Remove a log message
This commit is contained in:
parent
f396b82a4f
commit
59c6138e98
|
|
@ -48,7 +48,6 @@ class Exllamav3Model:
|
|||
global_allocator
|
||||
)
|
||||
global_allocator.next_token_index = FIRST_MM_EMBEDDING_INDEX
|
||||
logger.info("Reset MMTokenAllocator for clean multimodal token allocation")
|
||||
|
||||
config = Config.from_directory(str(path_to_model))
|
||||
model = Model.from_config(config)
|
||||
|
|
|
|||
Loading…
Reference in a new issue