MCPcopy
hub / github.com/HIT-SCIR/ltp / download

Method download

python/interface/ltp/mixin.py:24–27  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

22
23 @staticmethod
24 def download(*args, **kwargs):
25 from huggingface_hub.file_download import hf_hub_download
26
27 return hf_hub_download(*args, **kwargs)
28
29 @classmethod
30 def from_pretrained(

Callers 3

_from_pretrainedMethod · 0.80
from_pretrainedMethod · 0.80
_from_pretrainedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected