Skip to content

Commit

Permalink
minor string formatting in print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Dec 7, 2023
1 parent c22878c commit 7d27551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai_ta_backend/filtering_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def run(contexts, user_query, max_tokens_to_return=3000, max_time_before_return=
for i in range(0, len(result_futures)):
try:
ready, not_ready = ray.wait(result_futures)
print("ready:", ready)
result = ray.get(ready[0])

if result is None:
Expand Down

0 comments on commit 7d27551

Please sign in to comment.