From af709e1dd696681c293ba0683b330bebb1548b26 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 19 Feb 2025 23:45:07 -0800 Subject: [PATCH] Update __init__.py --- unsloth/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/__init__.py b/unsloth/__init__.py index ee3024bc99..f0600f3328 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -210,7 +210,6 @@ except: pass from .models import * -from .rl import vLLMSamplingParams from .save import * from .chat_templates import * from .tokenizer_utils import *