Skip to content

Commit f658bb6

Browse files
committed
Upstream from main and fixed licenses dates
1 parent 4a05819 commit f658bb6

File tree

97 files changed

+118
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+118
-101
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2025, 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.

CHANGELOG.md

Lines changed: 20 additions & 3 deletions

README.md

Lines changed: 1 addition & 1 deletion

docs/installation.md

Lines changed: 1 addition & 1 deletion

docs/pipelines_optimize/optimize/optimize.md

Lines changed: 1 addition & 1 deletion

docs/pypi.rst

Lines changed: 1 addition & 1 deletion

examples/09_custom_configurations_for_optimize/optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
2+
# Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/16_inplace_stable_diffusion/optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
2+
# Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/README.md

Lines changed: 2 additions & 2 deletions

model_navigator/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021-2025, 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.
@@ -14,6 +14,7 @@
1414

1515
from model_navigator.__version__ import __version__ # noqa: F401
1616
from model_navigator.configuration import ( # noqa: F401 # noqa: F401
17+
AutocastType,
1718
DeviceKind,
1819
Format,
1920
Framework,

0 commit comments

Comments
 (0)