File tree Expand file tree Collapse file tree 2 files changed +36
-4
lines changed
conf/experimental/ai_dynamo Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 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+
117name = " vllm"
218description = " vllm"
319test_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"
Original file line number Diff line number Diff line change 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+
117name = " vllm_k8s"
218
319[[Tests ]]
You can’t perform that action at this time.
0 commit comments