1. 17 Mar, 2025 1 commit
  2. 15 Mar, 2025 1 commit
    • Graham King's avatar
      feat(dynamo-run): Batch mode (#142) · 2cca070c
      Graham King authored
      ```
      dynamo-run in=batch:prompts.jsonl out=mistralrs ~/llm_models/Llama-3.2-3B-Instruct/
      ```
      
      The file has genai format, one entry per line:
      ```
      {"text": "the prompt"}
      {"text": ..etc
      ```
      
      The prompt is evaluated and the output written to `output.jsonl` in the
      same folder as the input.
      
      At the end of the run various statistics are printed:
      > Ran 5 files in 8s 679ms. Tokens in: 40 (5/s). Tokens out: 346 (43/s)
      
      This is also helpful for pushing load into the system and stressing the
      various components. Not intended for performance measurement, it's a
      batch inference tool.
      2cca070c
  3. 14 Mar, 2025 1 commit
  4. 13 Mar, 2025 3 commits
  5. 11 Mar, 2025 2 commits
  6. 10 Mar, 2025 1 commit
  7. 08 Mar, 2025 1 commit
  8. 07 Mar, 2025 2 commits
  9. 06 Mar, 2025 1 commit
  10. 05 Mar, 2025 1 commit
  11. 28 Feb, 2025 2 commits
  12. 27 Feb, 2025 1 commit
  13. 26 Feb, 2025 2 commits
  14. 25 Feb, 2025 3 commits
  15. 24 Feb, 2025 1 commit
  16. 21 Feb, 2025 1 commit
  17. 19 Feb, 2025 1 commit
  18. 18 Feb, 2025 2 commits
  19. 13 Feb, 2025 1 commit
  20. 12 Feb, 2025 1 commit
  21. 11 Feb, 2025 1 commit
  22. 10 Feb, 2025 2 commits
  23. 06 Feb, 2025 1 commit
  24. 04 Feb, 2025 1 commit