Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
61af664b
Commit
61af664b
authored
Jan 08, 2025
by
nnshah1
Browse files
updating copyright and license header to match guidance
parent
65d784e8
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
146 additions
and
12 deletions
+146
-12
.dockerignore
.dockerignore
+15
-0
README.md
README.md
+13
-1
container/Dockerfile
container/Dockerfile
+13
-1
container/build.sh
container/build.sh
+13
-1
container/deps/clone_tensorrtllm.sh
container/deps/clone_tensorrtllm.sh
+13
-1
container/deps/requirements.nats.txt
container/deps/requirements.nats.txt
+13
-1
container/deps/requirements.standard.txt
container/deps/requirements.standard.txt
+13
-1
container/deps/requirements.tensorrtllm.txt
container/deps/requirements.tensorrtllm.txt
+13
-1
container/deps/requirements.test.txt
container/deps/requirements.test.txt
+13
-2
container/deps/requirements.txt
container/deps/requirements.txt
+13
-1
container/deps/requirements.vllm.txt
container/deps/requirements.vllm.txt
+14
-2
No files found.
.dockerignore
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
**/*.onnx
**/*.plan
**/*.onnx
...
...
README.md
View file @
61af664b
<!--
SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES.
SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
...
...
container/Dockerfile
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG
BASE_IMAGE="nvcr.io/nvidia/tritonserver"
ARG
BASE_IMAGE_TAG="24.12-py3"
...
...
container/build.sh
View file @
61af664b
#!/bin/bash -e
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TAG
=
RUN_PREFIX
=
...
...
container/deps/clone_tensorrtllm.sh
View file @
61af664b
#!/bin/bash -e
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
TENSORRTLLM_BACKEND_COMMIT
=
GIT_TOKEN
=
...
...
container/deps/requirements.nats.txt
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
nats-py
container/deps/requirements.standard.txt
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ucx-py-cu12
container/deps/requirements.tensorrtllm.txt
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
fastapi==0.111.0
openai==1.39.0
...
...
container/deps/requirements.test.txt
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
pytest
pytest-asyncio
...
...
container/deps/requirements.txt
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
fastapi==0.111.0
ftfy
...
...
container/deps/requirements.vllm.txt
View file @
61af664b
# SPDX-FileCopyrightText: Copyright (c) 202
5
NVIDIA CORPORATION & AFFILIATES.
# SPDX-FileCopyrightText: Copyright (c) 202
2-2024
NVIDIA CORPORATION & AFFILIATES.
All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Necessary for vLLM engine.
--extra-index-url https://flashinfer.ai/whl/cu121/torch2.4
flashinfer
ucx-py-cu12
# TODO update to branch / fork
vllm==0.6.
6.
post1
vllm==0.6.
3
post1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment