Files
modelscope/configs/examples/configuration.json
wenmeng.zwm 8a030ead72 [to #42362853] feat: rename config to configuration and remove repeated task fileds
1. rename maas_config to configuration
2. remove task field image and video, using cv instead

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9010802
2022-06-13 19:44:34 +08:00

8 lines
75 B
JSON

{
"a": 1,
"b" : {
"c": [1,2,3],
"d" : "dd"
}
}