Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apple/ml-mgie
/ get_model
Method
get_model
mgie_llava.py:230–231 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
228
self.post_init()
229
230
def
get_model(self):
231
return
self.model
232
233
def
get_vision_tower(self):
234
return
self.get_model().get_vision_tower()
Callers
3
get_vision_tower
Method · 0.95
initialize_vision_tokenizer
Method · 0.95
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected