Update eval_run.py

This commit is contained in:
rafaelmmiller 2025-02-20 17:11:42 -03:00
parent 570dc28da2
commit 943eb775c6

View File

@ -4,11 +4,6 @@ import sys
import os
def main():
# TODO: remove this
print(f"Current working directory: {os.getcwd()}")
print(f"Script location: {os.path.abspath(__file__)}")
print(f"Directory contents: {os.listdir('.')}")
parser = argparse.ArgumentParser(description='Run evaluation benchmark')
parser.add_argument('--label', required=True, help='Label for the evaluation run')
parser.add_argument('--api-url', required=True, help='API URL')