-
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
Too few parameters for <class 'reasoners.algorithm.mcts.MCTSNode'>; actual 2, expected 3 #61
Comments
Hi, I tried fixing this error. Could you try again? Thanks. |
Hi, Thanks for your reply.
|
Could you specify the script you were running, so that I can reproduce the error? |
I'm trying to implement RAP in the gsm8k dataset, so I executed the following command:
|
Hi, I tried running this command, but couldn't reproduce the error... It seems to be due to an inappropriate processing of the edge case. It might be easier to debug by printing out the input and output. Besides, I noticed that you are using llama-2 7b, which is a relatively weak model and may not follow the demonstration format. This could also cause unexpected errors. We have supported Llama-3 and you may try whether a stronger model would solve this problem. Thanks! |
The text was updated successfully, but these errors were encountered: