mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-04-18 12:09:42 +08:00
Update eval_run.py
This commit is contained in:
parent
570dc28da2
commit
943eb775c6
5
.github/scripts/eval_run.py
vendored
5
.github/scripts/eval_run.py
vendored
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user