diff options
| author | Ben Sima <ben@bsima.me> | 2025-09-05 15:47:15 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-09-05 15:47:15 -0400 |
| commit | 8f381492ce545bcfe6608f56c0134c26f42f0506 (patch) | |
| tree | a51722f703ec0c755db0f72cd4e214a0eb1dd5ce /Omni/Bild/Deps/Python.nix | |
| parent | eaa387204433999c2600a592d3e822d3ef8f2899 (diff) | |
Enhance worker memory management
Check to prevent processing of large articles, truncate oversized
content, defer jobs during high memory usage, use streaming TTS
generation and upload to minimize memory consumption.
Diffstat (limited to 'Omni/Bild/Deps/Python.nix')
| -rw-r--r-- | Omni/Bild/Deps/Python.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index 0f0c409..a53231d 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -13,6 +13,7 @@ "nltk" "ollama" "openai" + "psutil" "pydantic" "pydantic-ai" "pydantic-ai-slim" |
