Skip to content

Commit bebc6ef

Browse files
Merge pull request #773 from srivatsankrishnan/for_qa_aiconfig
Add test/test scenario files for AIConfigurator for QA testing
2 parents 69cba47 + 7e267cc commit bebc6ef

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

conf/experimental/aiconfigurator/test_scenario/aiconfigurator_disagg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2-
# Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,7 +19,7 @@ name = "aiconfigurator-disagg-scenario"
1919
[[Tests]]
2020
id = "aiconfigurator.disagg.demo"
2121
time_limit = "00:05:00"
22-
test_name = "dse_aiconfigurator_disagg_demo_Llama3.1_70B"
22+
test_name = "aiconfigurator_disagg_demo"
2323
num_nodes = 1
2424
agent_metrics = [
2525
"ttft_ms",
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2+
# Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
17+
name = "aiconfigurator-disagg-scenario"
18+
19+
[[Tests]]
20+
id = "aiconfigurator.disagg.demo"
21+
time_limit = "00:05:00"
22+
test_name = "dse_aiconfigurator_disagg_demo_Llama3.1_70B"
23+
num_nodes = 1
24+
agent_metrics = [
25+
"ttft_ms",
26+
"tpot_ms",
27+
"tokens_per_s_per_gpu",
28+
"tokens_per_s_per_user",
29+
]

0 commit comments

Comments
 (0)