unsloth/unsloth/models
Datta Nimmaturi 6c47dc57f0
[FIX] Vllm guided decoding params (#3662)
* vllm sampling params fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* do not patch base_trainer

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* seperate vllm fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestion from @danielhanchen

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"

This reverts commit fbb98c5c5c.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"

This reverts commit c64d5b475e.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"

This reverts commit c156545515.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Han <danielhanchen@gmail.com>
2025-12-01 05:42:37 -08:00
..
__init__.py Formatting & bug fixes (#3563) 2025-11-07 06:00:22 -08:00
_utils.py fix rope_theta -> rope_parameters['rope_theta'] (#3651) 2025-11-29 06:44:26 -08:00
cohere.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
dpo.py Formatting & bug fixes (#3563) 2025-11-07 06:00:22 -08:00
falcon_h1.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
gemma.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
gemma2.py Typos 2025-12-01 00:01:07 -08:00
granite.py Formatting & bug fixes (#3563) 2025-11-07 06:00:22 -08:00
llama.py Typos 2025-12-01 00:01:07 -08:00
llama4.py Qwen 3 2025-05-02 03:09:44 -07:00
loader.py make unsloth_tiled_mlp a from_pretrained arg (#3655) 2025-11-29 22:47:51 -08:00
loader_utils.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
mapper.py Update mapper.py 2025-11-25 07:59:21 -08:00
mistral.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
qwen2.py Typos 2025-12-01 00:01:07 -08:00
qwen3.py Typos 2025-12-01 00:01:07 -08:00
qwen3_moe.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
rl.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
rl_replacements.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00
vision.py [FIX] Vllm guided decoding params (#3662) 2025-12-01 05:42:37 -08:00