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: vlm/text
- outputs:
- - text
- - image
- env:
- TEXT: "Please only generate the following output: This is a cat"
- TEXT_TRUTH: "This is a cat"
-
- - id: vlm
- # Comment flash_attn if not on cuda hardware
- build: |
- pip install -e ../../node-hub/dora-qwen2-5-vl
- path: dora-qwen2-5-vl
- inputs:
- image: benchmark_script/image
- text: benchmark_script/text
- outputs:
- - text
|