def bytes_to_giga_bytes()

in utils/benchmarking_utils.py [0:0]


def bytes_to_giga_bytes(bytes):
    return f"{(bytes / 1024 / 1024 / 1024):.3f}"