|
84 | 84 | # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
85 | 85 | # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
86 | 86 | # POSSIBILITY OF SUCH DAMAGE.
|
| 87 | + |
| 88 | +# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 89 | +# SPDX-License-Identifier: Apache-2.0 |
| 90 | +# |
| 91 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 92 | +# you may not use this file except in compliance with the License. |
| 93 | +# You may obtain a copy of the License at |
87 | 94 | #
|
88 |
| -# Not a contribution |
89 |
| -# Changes made by NVIDIA CORPORATION & AFFILIATES or otherwise documented as |
90 |
| -# NVIDIA-proprietary are not a contribution and subject to the following terms and conditions: |
91 |
| -# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
92 |
| -# SPDX-License-Identifier: LicenseRef-NvidiaProprietary |
| 95 | +# http://www.apache.org/licenses/LICENSE-2.0 |
93 | 96 | #
|
94 |
| -# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual |
95 |
| -# property and proprietary rights in and to this material, related |
96 |
| -# documentation and any modifications thereto. Any use, reproduction, |
97 |
| -# disclosure or distribution of this material and related documentation |
98 |
| -# without an express license agreement from NVIDIA CORPORATION or |
99 |
| -# its affiliates is strictly prohibited. |
| 97 | +# Unless required by applicable law or agreed to in writing, software |
| 98 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 99 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 100 | +# See the License for the specific language governing permissions and |
| 101 | +# limitations under the License. |
100 | 102 |
|
101 | 103 | """Utility to export a quantized torch model to quantized ONNX."""
|
102 | 104 |
|
|
0 commit comments