Remove a log message

This commit is contained in:
oobabooga 2025-08-09 07:32:15 -07:00
parent f396b82a4f
commit 59c6138e98

View file

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