Skip to content

Commit

Permalink
removed unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jun 25, 2024
1 parent 8e75079 commit 6316c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eval/bedrock_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def process_row(row, model_id, decimal_points):
generated_query = (
generated_query.split("```sql")[-1].split("```")[0].split(";")[0].strip() + ";"
)
print(generated_query)

row["generated_query"] = generated_query
row["latency_seconds"] = end_time - start_time
Expand Down

0 comments on commit 6316c7d

Please sign in to comment.