From d71a028b83033ceba4a92f83436a104230b62286 Mon Sep 17 00:00:00 2001 From: ykarnati Date: Mon, 23 Dec 2024 21:59:23 +0000 Subject: [PATCH 1/4] added initial model structure directorya --- nemo/collections/multimodal/models/mimo/__init__.py | 13 +++++++++++++ .../multimodal/models/mimo/data/__init__.py | 13 +++++++++++++ .../multimodal/models/mimo/model/__init__.py | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 nemo/collections/multimodal/models/mimo/__init__.py create mode 100644 nemo/collections/multimodal/models/mimo/data/__init__.py create mode 100644 nemo/collections/multimodal/models/mimo/model/__init__.py diff --git a/nemo/collections/multimodal/models/mimo/__init__.py b/nemo/collections/multimodal/models/mimo/__init__.py new file mode 100644 index 000000000000..d9155f923f18 --- /dev/null +++ b/nemo/collections/multimodal/models/mimo/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. +# +# 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. diff --git a/nemo/collections/multimodal/models/mimo/data/__init__.py b/nemo/collections/multimodal/models/mimo/data/__init__.py new file mode 100644 index 000000000000..d9155f923f18 --- /dev/null +++ b/nemo/collections/multimodal/models/mimo/data/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. +# +# 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. diff --git a/nemo/collections/multimodal/models/mimo/model/__init__.py b/nemo/collections/multimodal/models/mimo/model/__init__.py new file mode 100644 index 000000000000..d9155f923f18 --- /dev/null +++ b/nemo/collections/multimodal/models/mimo/model/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. +# +# 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. From f63865c01bd274fe58dd83465c9fd3074d1f9eee Mon Sep 17 00:00:00 2001 From: ykarnati Date: Mon, 23 Dec 2024 22:01:32 +0000 Subject: [PATCH 2/4] mock data file --- nemo/collections/multimodal/models/mimo/data/mock.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 nemo/collections/multimodal/models/mimo/data/mock.py diff --git a/nemo/collections/multimodal/models/mimo/data/mock.py b/nemo/collections/multimodal/models/mimo/data/mock.py new file mode 100644 index 000000000000..e69de29bb2d1 From c1e07bc9b0df9ffcd8b30944af5bb75a4f37db79 Mon Sep 17 00:00:00 2001 From: ykarnati Date: Tue, 24 Dec 2024 00:29:28 +0000 Subject: [PATCH 3/4] added license file (test commit) --- .../collections/multimodal/models/mimo/data/mock.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nemo/collections/multimodal/models/mimo/data/mock.py b/nemo/collections/multimodal/models/mimo/data/mock.py index e69de29bb2d1..d9155f923f18 100644 --- a/nemo/collections/multimodal/models/mimo/data/mock.py +++ b/nemo/collections/multimodal/models/mimo/data/mock.py @@ -0,0 +1,13 @@ +# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved. +# +# 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. From 56f3af8043819dc6a80b915e285a30a279689412 Mon Sep 17 00:00:00 2001 From: ykarnati Date: Tue, 24 Dec 2024 02:49:01 +0000 Subject: [PATCH 4/4] commit test --- nemo/collections/multimodal/models/mimo/data/mock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemo/collections/multimodal/models/mimo/data/mock.py b/nemo/collections/multimodal/models/mimo/data/mock.py index d9155f923f18..bf1b6e8e6040 100644 --- a/nemo/collections/multimodal/models/mimo/data/mock.py +++ b/nemo/collections/multimodal/models/mimo/data/mock.py @@ -10,4 +10,4 @@ # 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. +# limitations under the License. Add some stuff