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.

qwen2.5.yaml 409 B

10 months ago
12345678910111213141516171819
  1. nodes:
  2. - id: benchmark_script
  3. path: ../mllm/benchmark_script.py
  4. inputs:
  5. text: llm/text
  6. outputs:
  7. - text
  8. env:
  9. TEXT: "Please only generate the following output: This is a test"
  10. TEXT_TRUTH: "This is a test"
  11. - id: llm
  12. build: |
  13. pip install -e ../../node-hub/dora-qwen
  14. path: dora-qwen
  15. inputs:
  16. text: benchmark_script/text
  17. outputs:
  18. - text