From a11dd4d314cf88aa8e046a447e9e9368baa07363 Mon Sep 17 00:00:00 2001 From: Ahmad Kiswani Date: Wed, 10 Dec 2025 12:18:56 -0800 Subject: [PATCH] Removed penguin references Signed-off-by: Ahmad Kiswani --- penguin/__init__.py | 24 ------------------------ pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 penguin/__init__.py diff --git a/penguin/__init__.py b/penguin/__init__.py deleted file mode 100644 index 47ef73b2a..000000000 --- a/penguin/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -# SPDX-License-Identifier: Apache-2.0 -# -# 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. - -# THIS FILE IS ONLY HERE FOR NEMO-RL INTEGRATION BEFORE WE GO GA. - -import sys - -import nemo_gym - - -# Make `penguin` an alias for `nemo_gym` -sys.modules[__name__] = nemo_gym diff --git a/pyproject.toml b/pyproject.toml index 7b9e6cd69..c30ec7c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -286,7 +286,7 @@ ng_version = "nemo_gym.cli:version" [tool.setuptools.packages.find] where = ["."] -include = ["resources_servers", "responses_api_agents", "responses_api_models", "nemo_gym", "penguin"] +include = ["resources_servers", "responses_api_agents", "responses_api_models", "nemo_gym"] ################################################ # Testing