Skip to content

Commit 2462c9e

Browse files
committed
Add copyrights
1 parent 4873e75 commit 2462c9e

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

conf/experimental/ai_dynamo/test/vllm.toml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2+
# Copyright (c) 2025 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+
117
name = "vllm"
218
description = "vllm"
319
test_template_name = "AIDynamo"
@@ -8,10 +24,10 @@ docker_image_url = "nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.6.1.post1"
824
[cmd_args.dynamo]
925
backend = "vllm"
1026

11-
[cmd_args.dynamo.prefill_worker]
12-
num-nodes = 1
13-
[cmd_args.dynamo.decode_worker]
14-
num-nodes = 1
27+
[cmd_args.dynamo.prefill_worker]
28+
num-nodes = 1
29+
[cmd_args.dynamo.decode_worker]
30+
num-nodes = 1
1531

1632
[cmd_args.genai_perf]
1733
endpoint = "v1/chat/completions"

conf/experimental/ai_dynamo/test_scenario/vllm_k8s.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
2+
# Copyright (c) 2025 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+
117
name = "vllm_k8s"
218

319
[[Tests]]

0 commit comments

Comments
 (0)