Skip to content

Commit a5feffa

Browse files
jkoseknv-kkudrynski
authored andcommitted
[ConvNets/PyT] Trition numpy dependency fixed
1 parent d29e4f7 commit a5feffa

16 files changed

Lines changed: 76 additions & 44 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.pth.tar
2-
*.log
2+
*.log
3+
workspace/
4+
navigator_workspace/

‎PyTorch/Classification/ConvNets/triton/config_model_on_triton.py‎

100755100644
File mode changed.

‎PyTorch/Classification/ConvNets/triton/dataloader.py‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
114
import logging
215
from pathlib import Path
316

‎PyTorch/Classification/ConvNets/triton/deployment_toolkit/core.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎PyTorch/Classification/ConvNets/triton/deployment_toolkit/dump.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

PyTorch/Classification/ConvNets/triton/deployment_toolkit/bermuda/__init__.py renamed to PyTorch/Classification/ConvNets/triton/deployment_toolkit/library/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

PyTorch/Classification/ConvNets/triton/deployment_toolkit/bermuda/onnx.py renamed to PyTorch/Classification/ConvNets/triton/deployment_toolkit/library/onnx.py

File renamed without changes.

PyTorch/Classification/ConvNets/triton/deployment_toolkit/bermuda/onnx2trt_conv.py renamed to PyTorch/Classification/ConvNets/triton/deployment_toolkit/library/onnx2trt_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

PyTorch/Classification/ConvNets/triton/deployment_toolkit/bermuda/pyt.py renamed to PyTorch/Classification/ConvNets/triton/deployment_toolkit/library/pyt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

PyTorch/Classification/ConvNets/triton/deployment_toolkit/bermuda/tensorrt.py renamed to PyTorch/Classification/ConvNets/triton/deployment_toolkit/library/tensorrt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)