Skip to content

Commit

Permalink
build: worker
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 2, 2023
1 parent a3a3569 commit b4ed29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/worker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ def check_single_fine_tuning_task(fine_tuning_id: str):
f"{Config.SERVER_URL}/fine-tuning/{fine_tuning_id}/check",
headers={"Authorization": f"Bearer {Config.SERVER_AUTH_TOKEN}"},
)
return res

return res.json()


if __name__ == "__main__":
Expand Down

0 comments on commit b4ed29b

Please sign in to comment.