in dags/map_reproducibility/utils/common_utils.py [0:0]
def get_software_id(framework: str): if framework == "maxtext": return "jax_maxtext" elif framework == "nemo": return "pytorch_nemo" else: return None