This commit is contained in:
Daniel Han 2025-02-20 04:47:12 -08:00
commit cd3a733602
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -137,7 +137,6 @@ class Unsloth{RLConfig_name}({RLConfig_name}):
):
{RLConfig_extra_args}
super().__init__({RLConfig_call_args}{RLConfig_kwargs})
assert(hasattr(vllm_sampling_params, '_set_kwargs'))
self.vllm_sampling_params = vllm_sampling_params
self.unsloth_num_chunks = unsloth_num_chunks
pass