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.

phi4.yaml 498 B

10 months ago
12345678910111213141516171819202122
  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 flash-attn --no-build-isolation
  16. pip install -e ../../node-hub/dora-phi4
  17. path: dora-phi4
  18. inputs:
  19. text: benchmark_script/text
  20. outputs:
  21. - text