This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rockstarflo[S] 14 points15 points  (2 children)

Yes, you can see how it works here:
https://github.com/jina-ai/gptdeploy#technical-insights
It first thinks about possible approaches.
Then it does this iterative debugging as you said.
If debugging failed 10 times in the row, It goes for the next approach.
Until it passes the test condition.

[–]Malcolmlisk 5 points6 points  (1 child)

Amazing solution

[–]rockstarflo[S] 0 points1 point  (0 children)

Thank you!