Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Oct 24, 2024
1 parent ca2d8cf commit 933a09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ async def evaluate(request: Request):
@server.post("/run_comparison")
async def compare(request: Request):
req = await request.json()
print(req)
state = req["state"]
run_compare(state["eval_dirs"])

0 comments on commit 933a09d

Please sign in to comment.