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.5vl.yaml 518 B

12345678910111213141516171819202122
  1. nodes:
  2. - id: benchmark_script
  3. path: ../mllm/benchmark_script.py
  4. inputs:
  5. text: vlm/text
  6. outputs:
  7. - text
  8. - image
  9. env:
  10. TEXT: "Please only generate the following output: This is a cat"
  11. TEXT_TRUTH: "This is a cat"
  12. - id: vlm
  13. # Comment flash_attn if not on cuda hardware
  14. build: |
  15. pip install -e ../../node-hub/dora-qwen2-5-vl
  16. path: dora-qwen2-5-vl
  17. inputs:
  18. image: benchmark_script/image
  19. text: benchmark_script/text
  20. outputs:
  21. - text