Skip to content

check_file_existence

Source code in tinybig/util/utility.py
def check_file_existence(complete_file_path):
    return os.path.exists(complete_file_path)