OpenEnv patches
This commit is contained in:
parent
9346b5ab6b
commit
b0498fc4dd
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue