This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
#43726282
] fix multi-model requirements missing
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9615507
master
wenmeng.zwm
3 years ago
parent
0e2202fa1a
commit
c79ddf194d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
setup.py
+ 1
- 0
setup.py
View File
@@ -176,6 +176,7 @@ if __name__ == '__main__':
for field in dir(Fields):
if field.startswith('_'):
continue
field = getattr(Fields, field)
extra_requires[field], _ = parse_requirements(
f'requirements/{field}.txt')
Write
Preview
Loading…
Cancel
Save