We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41083ea commit b3ac8b7Copy full SHA for b3ac8b7
2 files changed
src/srtctl/benchmarks/lm_eval.py
@@ -1,3 +1,7 @@
1
+# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+# SPDX-FileCopyrightText: Copyright (c) 2026 SemiAnalysis LLC. All rights reserved.
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
"""lm-eval benchmark runner for InferenceX evals."""
6
7
from __future__ import annotations
src/srtctl/benchmarks/scripts/lm-eval/bench.sh
@@ -1,4 +1,8 @@
#!/bin/bash
# lm-eval accuracy evaluation using InferenceX benchmark_lib
# Expects: endpoint [infmax_workspace]
8
0 commit comments