clean unused logs

This commit is contained in:
Tianyu Yu
2024-02-29 13:40:17 +08:00
committed by GitHub
parent df8d3c198a
commit 2553592bae

View File

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