MCPcopy
hub / github.com/z-lab/dflash / load

Function load

dflash/model_mlx.py:201–203  ·  view source on GitHub ↗
(model_id: str)

Source from the content-addressed store, hash-verified

199
200
201def load(model_id: str):
202 from mlx_lm import load as mlx_lm_load
203 return mlx_lm_load(model_id)
204
205
206def load_draft(draft_id: str) -> DFlashDraftModel:

Callers 1

_run_mlxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected