"classification/configs/vscode:/vscode.git/clone" did not exist on "41b18fd85f20a4f85c0a1e6b1d5f97303aab1800"
  1. 17 Apr, 2025 1 commit
  2. 09 Apr, 2025 1 commit
  3. 03 Apr, 2025 1 commit
  4. 02 Apr, 2025 1 commit
  5. 31 Mar, 2025 1 commit
  6. 24 Mar, 2025 1 commit
  7. 19 Mar, 2025 1 commit
    • Graham King's avatar
      chore: Don't depend on openssl (#292) · 7c3fd5c9
      Graham King authored
      This makes the Rust parts all use ring / rustls library instead of local install of openssl. It's a step on the journey to being statically linked.
      
      Pieces:
      - `tokenizers` and `mistralrs` now support rustls (mistralrs by default, tokenizers with feature flag).
      - Move shared dependencies up into workspace
      - New `rand` crate has some renames for future rust
      - Ensure the dependency doesn't creep back in by enforcing it with cargo deny.
      7c3fd5c9
  8. 17 Mar, 2025 1 commit
  9. 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
  10. 14 Mar, 2025 1 commit
  11. 13 Mar, 2025 3 commits
  12. 11 Mar, 2025 2 commits
  13. 10 Mar, 2025 1 commit
  14. 08 Mar, 2025 1 commit
  15. 07 Mar, 2025 2 commits
  16. 06 Mar, 2025 1 commit
  17. 05 Mar, 2025 1 commit
  18. 28 Feb, 2025 2 commits
  19. 27 Feb, 2025 1 commit
  20. 26 Feb, 2025 2 commits
  21. 25 Feb, 2025 3 commits
  22. 24 Feb, 2025 1 commit
  23. 21 Feb, 2025 1 commit
  24. 19 Feb, 2025 1 commit
  25. 18 Feb, 2025 2 commits
  26. 13 Feb, 2025 1 commit
  27. 12 Feb, 2025 1 commit
  28. 11 Feb, 2025 1 commit
  29. 10 Feb, 2025 2 commits
  30. 06 Feb, 2025 1 commit