in scripts/run_prompt_creation_llm_swarm.py [0:0]
def load_checkpoint(checkpoint_path): with open(checkpoint_path, "r") as file: all_generated_ids = json.load(file) return all_generated_ids