This commit is contained in:
Daniel Han 2025-02-20 04:47:12 -08:00
commit 02c19d97f9
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 # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "2025.2.13" __version__ = "2025.2.14"
__all__ = [ __all__ = [
"SUPPORTS_BFLOAT16", "SUPPORTS_BFLOAT16",

View file

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