lm_human_preferences/utils/gcs.py [110:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            print(' '.join(cmd))
            subprocess.check_call(cmd)
            open(sentinel, 'a').close()
    else:
        while not os.path.exists(sentinel):
            time.sleep(1)
    return local_path
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



