is there a timeout for init scripts ?

is there a timeout for init scripts ?
3 Replies
Neco | nokta.dev
Neco | nokta.devOP4w ago
uv tool install docling --verbose
uv init --bare --name windmill-worker -p 3.11
UV_TORCH_BACKEND=auto uv pip install torch
uv add transformers
docling-tools models download
uv tool install docling --verbose
uv init --bare --name windmill-worker -p 3.11
UV_TORCH_BACKEND=auto uv pip install torch
uv add transformers
docling-tools models download
this is the script for context it's failing when downloading models for docling.
ExecutionErr: exit code for "bash run": 137, last log lines:
7MiB)
Downloading transformers (9.9MiB)
Downloaded tokenizers
Downloaded numpy
Downloaded transformers
Prepared 17 packages in 5.08s
Installed 17 packages in 381ms
+ certifi==2025.4.26
+ charset-normalizer==3.4.1
+ filelock==3.18.0
+ fsspec==2025.3.2
+ huggingface-hub==0.30.2
+ idna==3.10
+ numpy==2.2.5
+ packaging==25.0
+ pyyaml==6.0.2
+ regex==2024.11.6
+ requests==2.32.3
+ safetensors==0.5.3
+ tokenizers==0.21.1
+ tqdm==4.67.1
+ transformers==4.51.3
+ typing-extensions==4.13.2
+ urllib3==2.4.0
./main.sh: line 6: 288 Killed docling-tools models download
ExecutionErr: exit code for "bash run": 137, last log lines:
7MiB)
Downloading transformers (9.9MiB)
Downloaded tokenizers
Downloaded numpy
Downloaded transformers
Prepared 17 packages in 5.08s
Installed 17 packages in 381ms
+ certifi==2025.4.26
+ charset-normalizer==3.4.1
+ filelock==3.18.0
+ fsspec==2025.3.2
+ huggingface-hub==0.30.2
+ idna==3.10
+ numpy==2.2.5
+ packaging==25.0
+ pyyaml==6.0.2
+ regex==2024.11.6
+ requests==2.32.3
+ safetensors==0.5.3
+ tokenizers==0.21.1
+ tqdm==4.67.1
+ transformers==4.51.3
+ typing-extensions==4.13.2
+ urllib3==2.4.0
./main.sh: line 6: 288 Killed docling-tools models download
rubenf
rubenf4w ago
137 is OOM not timeout
Neco | nokta.dev
Neco | nokta.devOP4w ago
oh yeah updated install scripts working now now have this error which i struggle to decrypt { "error": { "name": "ExecutionErr", "message": "execution error: process terminated by signal: Some( 9, ), stopped_signal: None, core_dumped: false" } } alright looks like another form of OOM

Did you find this page helpful?