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

Method is_lfs_installed

modelscope/hub/git.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 # LFS
70 # ------------------------------------------------------------------
71 def is_lfs_installed(self) -> bool:
72 return _GitCommand.is_lfs_available()
73
74 def git_lfs_install(self, repo_dir: str) -> bool:
75 try:

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected