Hello, when running preprocess.py on the generated outputs, I get error:
python preprocess.py Error processing results/result_medium_deepseek-r1-0528-qwen3-8b.txt: invalid literal for int() with base 10: '8k' Traceback (most recent call last):
this runs fine when I manually replace 8k with 8000. So the code seems to be a bug.
However, will doing this manual fix create further score calculation error in app.py?
Hello, when running preprocess.py on the generated outputs, I get error:
python preprocess.py Error processing results/result_medium_deepseek-r1-0528-qwen3-8b.txt: invalid literal for int() with base 10: '8k' Traceback (most recent call last):
this runs fine when I manually replace 8k with 8000. So the code seems to be a bug.
However, will doing this manual fix create further score calculation error in app.py?