Update pipeline editor and test configurations
• Comment out pipeline editor to resolve import conflicts • Update test.mflow with new node IDs and preprocess node • Add new deployment screenshot • Remove old screenshot file 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
efc09b8bb1
commit
b5e3227b0e
BIN
cluster4npu_ui/Screenshot 2025-07-10 at 1.22.11 PM.png
Normal file
BIN
cluster4npu_ui/Screenshot 2025-07-10 at 1.22.11 PM.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 851 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 245 KiB |
@ -3,7 +3,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"id": "0x111398750",
|
"id": "0x1131773d0",
|
||||||
"name": "Input Node",
|
"name": "Input Node",
|
||||||
"type": "ExactInputNode",
|
"type": "ExactInputNode",
|
||||||
"pos": [
|
"pos": [
|
||||||
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0x1113b5a50",
|
"id": "0x12b4ae9d0",
|
||||||
"name": "Model Node",
|
"name": "Model Node",
|
||||||
"type": "ExactModelNode",
|
"type": "ExactModelNode",
|
||||||
"pos": [
|
"pos": [
|
||||||
@ -30,11 +30,13 @@
|
|||||||
"dongle_series": "520",
|
"dongle_series": "520",
|
||||||
"num_dongles": 1,
|
"num_dongles": 1,
|
||||||
"model_path": "",
|
"model_path": "",
|
||||||
|
"scpu_fw_path": "",
|
||||||
|
"ncpu_fw_path": "",
|
||||||
"port_id": ""
|
"port_id": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0x1113b6e90",
|
"id": "0x12b4aff50",
|
||||||
"name": "Output Node",
|
"name": "Output Node",
|
||||||
"type": "ExactOutputNode",
|
"type": "ExactOutputNode",
|
||||||
"pos": [
|
"pos": [
|
||||||
@ -47,19 +49,33 @@
|
|||||||
"destination": "",
|
"destination": "",
|
||||||
"save_interval": 1.0
|
"save_interval": 1.0
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "0x12b4c8990",
|
||||||
|
"name": "Preprocess Node",
|
||||||
|
"type": "ExactPreprocessNode",
|
||||||
|
"pos": [
|
||||||
|
230.0,
|
||||||
|
190.0
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"resize_width": 112,
|
||||||
|
"resize_height": 112,
|
||||||
|
"operations": "resize,normalize"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"connections": [
|
"connections": [
|
||||||
{
|
{
|
||||||
"input_node": "0x1113b5a50",
|
"input_node": "0x12b4ae9d0",
|
||||||
"input_port": "input",
|
"input_port": "input",
|
||||||
"output_node": "0x111398750",
|
"output_node": "0x1131773d0",
|
||||||
"output_port": "output"
|
"output_port": "output"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input_node": "0x1113b6e90",
|
"input_node": "0x12b4aff50",
|
||||||
"input_port": "input",
|
"input_port": "input",
|
||||||
"output_node": "0x1113b5a50",
|
"output_node": "0x12b4ae9d0",
|
||||||
"output_port": "output"
|
"output_port": "output"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user