You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from src.ace_inference.inference.inference import main
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("yaml_config", type=str, help="Path to the yaml config file for inference", default="src/configs/inference/ckpts_from_huggingface_debug.yaml")