Commit 638f7f2
authored
fix: remove the alpha suffix in run_benchmark.py (#179)
## What does this PR do?
Remove the alpha suffix of evaluate_rows after the new pkg release
## Test Plan
test with `llama-stack-client --endpoint xxx eval run-benchmark
"meta-reference-mmlu-cot" --model-id "meta-llama/Llama-3.1-8B-Instruct"
--output-dir "/home/markchen1015/" --num-examples 5` and the eval
finished successfully
1 parent 96749af commit 638f7f2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments