mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-25 04:30:48 +01:00
* add constant * add logger module * add registry and builder module * add fileio module * add requirements and setup.cfg * add config module and tests * add citest script Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8718998
8 lines
75 B
JSON
8 lines
75 B
JSON
{
|
|
"a": 1,
|
|
"b" : {
|
|
"c": [1,2,3],
|
|
"d" : "dd"
|
|
}
|
|
}
|