SummEval icon indicating copy to clipboard operation
SummEval copied to clipboard

Says Illegal instruction for running command line argument

Open shankyemcee opened this issue 2 years ago • 0 comments

I installed the summ-eval package through pip on a linux machine and tried running the same command shown in the readme:

calc-scores --config-file=examples/basic.config --metrics "rouge" --summ-file generated_predictions_sorted.txt --ref-file targetAnswers.txt --output-file rouge.jsonl --eos " . " --aggregate True

It says illegal instruction when i run it. I even tried:

calc-scores --help

But get the same error.

shankyemcee avatar Mar 03 '22 03:03 shankyemcee