mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
fix link (#774)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user