Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apple/ml-mgie
/ get_vision_tower
Method
get_vision_tower
mgie_llava.py:233–234 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
231
return
self.model
232
233
def
get_vision_tower(self):
234
return
self.get_model().get_vision_tower()
235
236
def
get_vision_tower(self):
237
model = self.get_model()
Callers
1
initialize_vision_tokenizer
Method · 0.95
Calls
2
get_model
Method · 0.95
get_vision_tower
Method · 0.45
Tested by
no test coverage detected