mirror of https://github.com/hpcaitech/ColossalAI
add tokenize func
parent
b6ec337f3d
commit
c606d1101c
|
@ -23,5 +23,5 @@ __all__ = [
|
||||||
"tokenize_kto",
|
"tokenize_kto",
|
||||||
"setup_conversation_template",
|
"setup_conversation_template",
|
||||||
"Conversation",
|
"Conversation",
|
||||||
"tokenize_process_reward"
|
"tokenize_process_reward",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue