Skip to content

Commit 142e626

Browse files
committed
adding integration stubs
1 parent e823599 commit 142e626

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

lib/llm/src/integrations.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
pub mod v0;
5+
pub mod v1;

lib/llm/src/integrations/v0.rs

Whitespace-only changes.

lib/llm/src/integrations/v1.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
pub mod connector;
5+
pub mod trtllm;
6+
pub mod vllm;

lib/llm/src/integrations/v1/connector.rs

Whitespace-only changes.

lib/llm/src/integrations/v1/trtllm.rs

Whitespace-only changes.

lib/llm/src/integrations/v1/vllm.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)