1. 18 Feb, 2026 2 commits
  2. 14 Feb, 2026 1 commit
  3. 06 Feb, 2026 1 commit
  4. 28 Jan, 2026 1 commit
  5. 27 Jan, 2026 1 commit
  6. 19 Dec, 2025 1 commit
  7. 18 Dec, 2025 1 commit
  8. 21 Nov, 2025 1 commit
  9. 19 Nov, 2025 1 commit
  10. 11 Nov, 2025 1 commit
  11. 10 Nov, 2025 2 commits
  12. 07 Nov, 2025 1 commit
  13. 27 Oct, 2025 1 commit
  14. 21 Oct, 2025 1 commit
  15. 13 Oct, 2025 1 commit
  16. 30 Sep, 2025 1 commit
  17. 24 Sep, 2025 1 commit
  18. 05 Sep, 2025 1 commit
  19. 02 Sep, 2025 1 commit
  20. 22 Aug, 2025 1 commit
  21. 20 Aug, 2025 1 commit
  22. 18 Aug, 2025 1 commit
  23. 13 Aug, 2025 1 commit
  24. 07 Aug, 2025 1 commit
  25. 30 Jul, 2025 1 commit
  26. 28 Jul, 2025 1 commit
  27. 22 Jul, 2025 1 commit
  28. 16 Jul, 2025 1 commit
  29. 08 Jul, 2025 1 commit
  30. 07 Jul, 2025 1 commit
  31. 03 Jul, 2025 1 commit
  32. 13 Jun, 2025 1 commit
  33. 29 May, 2025 1 commit
  34. 09 May, 2025 2 commits
  35. 25 Apr, 2025 2 commits
    • Harrison Saturley-Hall's avatar
    • Graham King's avatar
      chore: Publish Model Deployment Card to NATS (#799) · d346782c
      Graham King authored
      This will allow an ingress-side pre-processor to see it without needing a model checkout.
      
      Currently pre-processing is done in the worker, which has access to the model deployment card ("MDC") files (`config.json`, `tokenizer.json` and `tokenizer_config.json`) locally. We want to move the pre-processor to the ingress side to support KV routing. That requires ingress side (i.e the HTTP server), on a different machine than the worker to be able to see those three files.
      
      To support that this PR makes the worker upload the contents of those files to the NATS object store, and publishes the MDC with those NATS urls to the key-value store. 
      
      The key-value store has an interface so any store (nats, etcd, redis, etc) can be supported. Implementations for memory and NATS are provided.
      
      Fetching the MDC from the store, doing pre-processing ingress side, and publishing a card backed by a GGUF, are all for a later commit.
      
      Part of #743 
      d346782c
  36. 09 Apr, 2025 1 commit