This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
#44742129
] skip commit result when MODEL_TAG_URL is empty str
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10045468
master
wenmeng.zwm
3 years ago
parent
8f05fa8cf1
commit
f96c4a5ea2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modelscope/utils/model_tag.py
+ 1
- 1
modelscope/utils/model_tag.py
View File
@@ -159,7 +159,7 @@ class ModelTag(object):
"""
def commit_ut_result(self):
if self._URL is not None:
if self._URL is not None
and self._URL != ''
:
self.job_name = 'UT'
self.source = 'dev'
self.stage = 'integration'
Write
Preview
Loading…
Cancel
Save