nodes: - id: benchmark_script build: | pip install ../mllm path: ../mllm/benchmark_script.py inputs: text: llm/text outputs: - text env: TEXT: "Please only generate the following output: This is a test" TEXT_TRUTH: "This is a test" - id: llm build: | cargo build -p dora-mistral-rs --release path: ../../target/release/dora-mistral-rs inputs: text: benchmark_script/text outputs: - text