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.

magma.yaml 451 B

1234567891011121314151617181920
  1. nodes:
  2. - id: benchmark_script
  3. path: ../mllm/benchmark_script.py
  4. inputs:
  5. text: llm/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: llm
  13. build: pip install -e ../../node-hub/dora-magma
  14. path: dora-magma
  15. inputs:
  16. text: benchmark_script/text
  17. image: benchmark_script/image
  18. outputs:
  19. - text