You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- nodes:
- - id: pyarrow-sender
- build: pip install -e ../../node-hub/pyarrow-sender
- path: pyarrow-sender
- outputs:
- - data
- env:
- DATA: "Please only output: This is a test"
-
- - id: dora-qwen2.5
- build: pip install -e ../../node-hub/dora-qwen
- path: dora-qwen
- inputs:
- text: pyarrow-sender/data
- outputs:
- - text
-
- - id: pyarrow-assert
- build: pip install -e ../../node-hub/pyarrow-assert
- path: pyarrow-assert
- inputs:
- data: dora-qwen2.5/text
- env:
- DATA: "This is a test"
|