-
Notifications
You must be signed in to change notification settings - Fork 138
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
--> 245 assert torch.all(prompt_tokens[: len(prefix_tokens)] == prefix_tokens), (prompt_tokens, prefix_tokens) #93
Comments
Hi, could you provide the complete command and error information? |
world_model = BlocksWorldModelToT(base_model=model, prompt=prompt) I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block I have the following restrictions on my actions: [STATEMENT] My plan is as follows: [PLAN] [STATEMENT] My plan is as follows: [PLAN] [STATEMENT] My plan is as follows: [PLAN] [STATEMENT] My plan is as follows: [PLAN] [STATEMENT] My plan is as follows: [PLAN]
|
Our prompts are designed for base models. Using a chat model may lead to unexpected behaviors |
getting this assertion error when using openchat-3.6
The text was updated successfully, but these errors were encountered: