mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 09:49:20 +08:00
clean unused logs
This commit is contained in:
@@ -62,7 +62,7 @@ class OmniLMMModel(MistralModel):
|
|||||||
if hasattr(config, "mm_vision_tower"):
|
if hasattr(config, "mm_vision_tower"):
|
||||||
vision_tower, resampler = create_vision_module(config)
|
vision_tower, resampler = create_vision_module(config)
|
||||||
|
|
||||||
print(__file__, 'skip loading vision tower weights')
|
# print(__file__, 'skip loading vision tower weights')
|
||||||
|
|
||||||
# HACK: for FSDP
|
# HACK: for FSDP
|
||||||
self.vision_tower = [vision_tower]
|
self.vision_tower = [vision_tower]
|
||||||
|
|||||||
Reference in New Issue
Block a user