LRS: add back mmmu

This commit is contained in:
Enrico Ros
2026-01-29 23:00:59 -08:00
parent 847c84c3e6
commit e01358e268
+4
View File
@@ -193,6 +193,7 @@ function saveChanges(
model.interfaces ? JSON.stringify(model.interfaces) : null,
model.description ?? null,
model.benchmark?.cbaElo ?? null,
null,
extractSimplePrice(model.chatPrice?.input),
extractSimplePrice(model.chatPrice?.output),
JSON.stringify(model),
@@ -233,6 +234,7 @@ function saveChanges(
model.interfaces ? JSON.stringify(model.interfaces) : null,
model.description ?? null,
model.benchmark?.cbaElo ?? null,
null,
extractSimplePrice(model.chatPrice?.input),
extractSimplePrice(model.chatPrice?.output),
JSON.stringify(model),
@@ -267,6 +269,7 @@ function saveChanges(
model.interfaces ? JSON.stringify(model.interfaces) : null,
model.description ?? null,
model.benchmark?.cbaElo ?? null,
null,
extractSimplePrice(model.chatPrice?.input),
extractSimplePrice(model.chatPrice?.output),
JSON.stringify(model),
@@ -838,6 +841,7 @@ async function runSync(
max_tokens: model.maxCompletionTokens,
interfaces: model.interfaces,
benchmark_elo: model.benchmark?.cbaElo,
benchmark_mmlu: undefined,
price_input: extractSimplePrice(model.chatPrice?.input),
price_output: extractSimplePrice(model.chatPrice?.output),
})),