Skip to content

Commit c3a72aa

Browse files
committed
fix(docs): clarify model loading behavior in README
1 parent c6bcbdf commit c3a72aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ embed(texts)
4747
→ pipeline(...) → embed batch B
4848
```
4949

50-
Workers load the model **once** at startup and reuse it for all batches.
51-
Provider activation happens per-worker before the pipeline is created.
50+
Workers load the model **once** at startup and reuse it for all batches. (N workers means N loaded models in memory!) Provider activation happens per-worker before the pipeline is created.
5251

5352
---
5453

0 commit comments

Comments
 (0)