oashua / MathAgent

Code repo for MathAgent
MIT License
13 stars 3 forks source link

error running #1

Open blap opened 3 months ago

blap commented 3 months ago

When running " python main.py --dataset "MATH" --split "test" --topic "algebra" " I got:

Interrupt at 0:data\MATH\test\algebra\1.json Interrupt at 1:data\MATH\test\algebra\10.json

And then stoped without results.

Observation: in requiresments.txt it is "openai>=0.27.8", not "opanai>=0.27.8"

oashua commented 2 months ago

It is really a mistake in requiresments.txt, and I will fix it later.

The specific reason for the interrupt and detailed information will be clear if you comment out exception handling in line 71~74 of main.py