YiYiXu HF Staff commited on
Commit
074ae21
·
verified ·
1 Parent(s): 73790f6

Upload MellonPipelineConfig

Browse files
Files changed (1) hide show
  1. mellon_pipeline_config.json +29 -0
mellon_pipeline_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label": "My Custom Block",
3
+ "default_repo": "",
4
+ "default_dtype": "",
5
+ "node_params": {
6
+ "custom": {
7
+ "params": {
8
+ "components_info": {
9
+ "label": "Components Info",
10
+ "type": "string",
11
+ "display": "output"
12
+ },
13
+ "doc": {
14
+ "label": "Doc",
15
+ "type": "string",
16
+ "display": "output"
17
+ }
18
+ },
19
+ "input_names": [],
20
+ "model_input_names": [],
21
+ "output_names": [
22
+ "components_info",
23
+ "doc"
24
+ ],
25
+ "block_name": "custom",
26
+ "node_type": "custom"
27
+ }
28
+ }
29
+ }