Open blap opened 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"
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
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"