OpenEnv patches

This commit is contained in:
Daniel Han 2025-10-26 22:31:04 -07:00
commit b0498fc4dd
2 changed files with 3 additions and 1 deletions

View file

@ -217,6 +217,8 @@ from unsloth_zoo.rl_environments import (
create_locked_down_function,
execute_with_time_limit,
Benchmarker,
is_port_open,
launch_openenv,
)
# Patch TRL trainers for backwards compatibility

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2025.10.9"
__version__ = "2025.10.10"
__all__ = [
"SUPPORTS_BFLOAT16",