Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when sending request to LLM API: Task got bad yield: WaitTaskRescheduled(abort_func=<function sleep_forever.<locals>.<lambda> at 0x1413db380>) #715

Open
gokturkDev opened this issue Jul 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gokturkDev
Copy link

gokturkDev commented Jul 5, 2024

Describe the bug
I am running a hypercorn trio ASGI server, and want to check for Jailbreaks. However, I get the following error

2024-07-05 19:40:52.345 | ERROR    | uptrain.operators.language.llm:async_process_payload:103 - Error when sending request to LLM API: Task got bad yield: WaitTaskRescheduled(abort_func=<function sleep_forever.<locals>.<lambda> at 0x1413db380>)
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 151.81it/s]
2024-07-05 19:40:52.346 | ERROR    | uptrain.operators.language.jailbreak:evaluate_local:190 - Error when processing payload at index 0: Task got bad yield: WaitTaskRescheduled(abort_func=<function sleep_forever.<locals>.<lambda> at 0x1413db380>)

To Reproduce
Steps to reproduce the behavior:

  • Run a hypercorn server
  • Execute a Jailbreak check.
@gokturkDev gokturkDev added the bug Something isn't working label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant