no renaming

This commit is contained in:
Matthew Farrellee 2025-09-25 07:24:51 -04:00
parent 22dba64f09
commit 0728e3ce7d

View file

@ -150,7 +150,7 @@ class TestNVIDIAEvalImpl(unittest.TestCase):
self._assert_request_body(
{
"config": f"nvidia/{MOCK_BENCHMARK_ID}",
"target": {"type": "model", "model": "meta-llama/Llama-3.1-8B-Instruct"},
"target": {"type": "model", "model": "Llama3.1-8B-Instruct"},
}
)