MCPcopy Create free account
hub / github.com/modelscope/modelscope / Hubs

Class Hubs

modelscope/utils/constant.py:374–378  ·  view source on GitHub ↗

Source from which an entity (such as a Dataset or Model) is stored

Source from the content-addressed store, hash-verified

372
373
374class Hubs(enum.Enum):
375 """ Source from which an entity (such as a Dataset or Model) is stored
376 """
377 modelscope = 'modelscope'
378 huggingface = 'huggingface'
379
380
381class DownloadMode(enum.Enum):

Callers 1

loadMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…