mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2025-06-03 06:30:19 +00:00
clean unused logs
This commit is contained in:
parent
df8d3c198a
commit
2553592bae
@ -62,7 +62,7 @@ class OmniLMMModel(MistralModel):
|
||||
if hasattr(config, "mm_vision_tower"):
|
||||
vision_tower, resampler = create_vision_module(config)
|
||||
|
||||
print(__file__, 'skip loading vision tower weights')
|
||||
# print(__file__, 'skip loading vision tower weights')
|
||||
|
||||
# HACK: for FSDP
|
||||
self.vision_tower = [vision_tower]
|
||||
|
Loading…
Reference in New Issue
Block a user