Skip to content

Commit b3ac8b7

Browse files
Oseltamivirclaude
andcommitted
Add SPDX copyright headers for NVIDIA and SemiAnalysis
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 41083ea commit b3ac8b7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/srtctl/benchmarks/lm_eval.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
"""lm-eval benchmark runner for InferenceX evals."""
26

37
from __future__ import annotations

src/srtctl/benchmarks/scripts/lm-eval/bench.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: Copyright (c) 2026 SemiAnalysis LLC. All rights reserved.
4+
# SPDX-License-Identifier: Apache-2.0
5+
26
# lm-eval accuracy evaluation using InferenceX benchmark_lib
37
# Expects: endpoint [infmax_workspace]
48

0 commit comments

Comments
 (0)