crystal-technologies's picture
Upload 2711 files
6e73cd3
raw
history blame contribute delete
200 Bytes
# Copyright 2022 MosaicML LLM Foundry authors
# SPDX-License-Identifier: Apache-2.0
from llmfoundry.tokenizers.tiktoken import TiktokenTokenizerWrapper
__all__ = [
'TiktokenTokenizerWrapper',
]