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: benchmark_script
- path: ../mllm/benchmark_script.py
- inputs:
- text: llm/text
- outputs:
- - text
- env:
- TEXT: "Please only generate the following output: This is a test"
- TEXT_TRUTH: "This is a test"
-
- - id: llm
- build: |
- pip install -e ../../node-hub/dora-qwen
- path: dora-qwen
- inputs:
- text: benchmark_script/text
- outputs:
- - text
|