This commit is contained in:
tastelikefeet
2024-02-23 14:29:16 +08:00
committed by GitHub
parent 4f2e9d247c
commit dfe57f9bc9
2 changed files with 2 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at reported to the community leaders responsible for enforcement at
feedback@huggingface.co. contact@modelscope.cn.
All complaints will be reviewed and investigated promptly and fairly. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the All community leaders are obligated to respect the privacy and security of the

View File

@@ -1,11 +1,8 @@
# Copyright (c) Alibaba, Inc. and its affiliates. # Copyright (c) Alibaba, Inc. and its affiliates.
from typing import TYPE_CHECKING from typing import TYPE_CHECKING
# from transformers.models.llama import (LlamaConfig, LlamaTokenizer,
# LlamaTokenizerFast)
from transformers import LlamaTokenizer from transformers import LlamaTokenizer
from transformers.models.llama import (LlamaConfig, LlamaTokenizerFast) from transformers.models.llama import LlamaConfig, LlamaTokenizerFast
from modelscope.utils.import_utils import LazyImportModule from modelscope.utils.import_utils import LazyImportModule