forked from phoenix/litellm-mirror
Merge pull request #3393 from Priva28/main
Add Llama3 tokenizer and allow custom tokenizers.
This commit is contained in:
commit
2200900ca2
6 changed files with 98 additions and 24 deletions
|
@ -34,6 +34,8 @@ from litellm.utils import (
|
|||
async_mock_completion_streaming_obj,
|
||||
convert_to_model_response_object,
|
||||
token_counter,
|
||||
create_pretrained_tokenizer,
|
||||
create_tokenizer,
|
||||
Usage,
|
||||
get_optional_params_embeddings,
|
||||
get_optional_params_image_gen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue