vLLMSamplingParams

This commit is contained in:
Daniel Han 2025-02-19 23:43:52 -08:00
commit f89ae2b255
2 changed files with 2 additions and 0 deletions

View file

@ -210,6 +210,7 @@ except:
pass
from .models import *
from .rl import vLLMSamplingParams
from .save import *
from .chat_templates import *
from .tokenizer_utils import *

View file

@ -14,6 +14,7 @@
__all__ = [
"PatchFastRL",
"vLLMSamplingParams",
]
import torch