We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5beca55 commit 4dcfc92Copy full SHA for 4dcfc92
1 file changed
benchmarks/benchmark_lib.sh
@@ -614,7 +614,7 @@ compute_eval_context_length() {
614
if [ "$benchmark_ctx" -eq 0 ] 2>/dev/null; then
615
benchmark_ctx="${native_max:-0}"
616
fi
617
- local eval_ctx=$(( benchmark_ctx * 2 ))
+ local eval_ctx=$(( benchmark_ctx * 1 ))
618
if [ "$native_max" -gt 0 ] 2>/dev/null && [ "$eval_ctx" -gt "$native_max" ]; then
619
eval_ctx="$native_max"
620
0 commit comments