bug fix
This commit is contained in:
parent
7b6cd79c2f
commit
02c19d97f9
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue