mirror of
https://github.com/wassname/vllm.git
synced 2026-08-03 13:20:50 +08:00
6 lines
114 B
Python
6 lines
114 B
Python
from vllm.transformers_utils.tokenizers.baichuan import BaichuanTokenizer
|
|
|
|
__all__ = [
|
|
"BaichuanTokenizer",
|
|
]
|