This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[to
#46604161
]fix: git repository initialize lfs bug
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11005012
master^2
mulin.lyh
wenmeng.zwm
2 years ago
parent
f0d6d58b17
commit
f1a7ee91c6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modelscope/hub/git.py
+ 1
- 1
modelscope/hub/git.py
View File
@@ -94,7 +94,7 @@ class GitCommandWrapper(metaclass=Singleton):
return False
def git_lfs_install(self, repo_dir):
cmd = ['
git', '
-C', repo_dir, 'lfs', 'install']
cmd = ['-C', repo_dir, 'lfs', 'install']
try:
self._run_git_command(*cmd)
return True
Write
Preview
Loading…
Cancel
Save