# mm_utils minimal helper def get_model_name_from_path(path: str) -> str: # simple normalization: use last path component return path.split("/")[-1]