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
53d30882
"...git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "c789114680b7737032fa786b8dcb2e046bae6e6a"
Commit
53d30882
authored
Apr 05, 2025
by
Dmitry Tokarev
Committed by
GitHub
Apr 05, 2025
Browse files
chore: Fixed file headers. Added attributions. (#530)
parent
d2d4e22e
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
deploy/dynamo/sdk/src/dynamo/sdk/cli/start.py
deploy/dynamo/sdk/src/dynamo/sdk/cli/start.py
+2
-0
deploy/dynamo/sdk/src/dynamo/sdk/lib/dependency.py
deploy/dynamo/sdk/src/dynamo/sdk/lib/dependency.py
+2
-0
No files found.
deploy/dynamo/sdk/src/dynamo/sdk/cli/start.py
View file @
53d30882
# SPDX-FileCopyrightText: Copyright (c) 2020 Atalaya Tech. Inc
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# #
# #
...
@@ -12,6 +13,7 @@
...
@@ -12,6 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Modifications Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES
from
__future__
import
annotations
from
__future__
import
annotations
...
...
deploy/dynamo/sdk/src/dynamo/sdk/lib/dependency.py
View file @
53d30882
# SPDX-FileCopyrightText: Copyright (c) 2020 Atalaya Tech. Inc
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# #
# #
...
@@ -12,6 +13,7 @@
...
@@ -12,6 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Modifications Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES
import
asyncio
import
asyncio
from
typing
import
Any
,
Dict
,
Optional
,
TypeVar
from
typing
import
Any
,
Dict
,
Optional
,
TypeVar
...
...
Prev
1
2
Next
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