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

Runing with transformer model loader on oobabooga/text-generation-webui problem #83

Closed
Wintoplay opened this issue Dec 20, 2023 · 1 comment
Labels
solution provided Solution provided, waiting for user feedback before closing it.

Comments

@Wintoplay
Copy link

I cannot use taskweaver on api hosted by oobabooga/text-generation-webui. However, it work with llama cpp model loader on oobabooga/text-generation-webui which I cannot use it well as AMD rocm 5.7 has power draw bug. So I need to get this thing work with transfromers model loader.

image

Why do i get this error?

AssertionError: send_to field is None
Exception: Planner failed to generate response because send_to field is None

@ShilinHe
Copy link
Collaborator

The issue of "send_to" field is None is usually caused by the incorrect LLM response. In TaskWeaver, the response is expected to follow a predefined schema (in json). However, if the LLM does not follow the instruction, the error would happen. A possible solution is to use a more powerful model.

@ShilinHe ShilinHe added the solution provided Solution provided, waiting for user feedback before closing it. label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution provided Solution provided, waiting for user feedback before closing it.
Projects
None yet
Development

No branches or pull requests

2 participants