1. 22 May, 2025 9 commits
  2. 21 May, 2025 10 commits
  3. 20 May, 2025 5 commits
  4. 19 May, 2025 9 commits
  5. 17 May, 2025 1 commit
  6. 16 May, 2025 5 commits
  7. 15 May, 2025 1 commit
    • Graham King's avatar
      chore: Prevent duplicate components with different models. (#1103) · 641234cd
      Graham King authored
      Each namespace is for a single pipeline, so a component must be model-unique. The means we can have several components with the same name running the same model (data parallel), their traffic will be routed according to `--router-mode`, but we cannot have several components with the same name running different models.
      
      Add an `ensure_unique` check to prevent that happening.
      641234cd