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