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 448 B

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