vLLMSamplingParams
This commit is contained in:
parent
0c6ee39481
commit
f89ae2b255
2 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ except:
|
|||
pass
|
||||
|
||||
from .models import *
|
||||
from .rl import vLLMSamplingParams
|
||||
from .save import *
|
||||
from .chat_templates import *
|
||||
from .tokenizer_utils import *
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
__all__ = [
|
||||
"PatchFastRL",
|
||||
"vLLMSamplingParams",
|
||||
]
|
||||
|
||||
import torch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue