post running jetson-containers build text-generation-webui the machine restarts and it hangs while loading the exllamav2_ext
the system was throttling the power and cpu was used 100% the exact error was “System throttled due to Over-current”
CPU 0 - 5 all at 100%
cpu-thermal 56.6 C
gpu-thermal 54.5 C
tj-thermal 56.6 C
The log file is as below
FlashAttention version 2.7.2.post1
– Building container text-generation-webui:r36.4.3-exllama
DOCKER_BUILDKIT=0 docker build --network=host --tag text-generation-webui:r36.4.3-exllama
–file /home/nataraj/aidata/jetson-containers/packages/llm/exllama/Dockerfile
–build-arg BASE_IMAGE=text-generation-webui:r36.4.3-flash-attention
–build-arg EXLLAMA_VERSION=“0.2.7”
–build-arg EXLLAMA_BRANCH=“0.2.7”
–build-arg FORCE_BUILD=“off”
/home/nataraj/aidata/jetson-containers/packages/llm/exllama
2>&1 | tee /home/nataraj/aidata/jetson-containers/logs/20250210_030831/build/text-generation-webui_r36.4.3-exllama.txt; exit ${PIPESTATUS[0]}
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
Sending build context to Docker daemon 19.46kB
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
—> a1d4c6aa0e57
Step 3/5 : ARG EXLLAMA_VERSION EXLLAMA_BRANCH FORCE_BUILD=off
jetson-containers build text-generation-webui.txt (60.3 KB)
…
…
…
irement already satisfied: torch>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (2.5.0)
Requirement already satisfied: safetensors>=0.3.2 in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (0.5.2)
Requirement already satisfied: sentencepiece>=0.1.97 in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (0.2.0)
Requirement already satisfied: pygments in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (2.19.1)
Collecting websockets (from exllamav2==0.2.7)
Downloading https://pypi.jetson-ai-lab.dev/root/pypi/%2Bf/f2e/53c72052f2596/websockets-14.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (169 kB)
Requirement already satisfied: regex in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (2024.11.6)
Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (1.26.4)
Requirement already satisfied: rich in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (13.9.4)
Requirement already satisfied: pillow>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from exllamav2==0.2.7) (11.1.0)
Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch>=2.2.0->exllamav2==0.2.7) (3.17.0)
Requirement already satisfied: typing-extensions>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from torch>=2.2.0->exllamav2==0.2.7) (4.12.2)
Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch>=2.2.0->exllamav2==0.2.7) (3.4.2)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=2.2.0->exllamav2==0.2.7) (3.1.5)
Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch>=2.2.0->exllamav2==0.2.7) (2024.9.0)
Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.10/dist-packages (from torch>=2.2.0->exllamav2==0.2.7) (1.13.1)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from sympy==1.13.1->torch>=2.2.0->exllamav2==0.2.7) (1.3.0)
Collecting cramjam>=2.3 (from fastparquet->exllamav2==0.2.7)
Downloading https://pypi.jetson-ai-lab.dev/root/pypi/%2Bf/8e0/c5d98a4e791f0/cramjam-2.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 114.8 MB/s eta 0:00:00
Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from fastparquet->exllamav2==0.2.7) (24.2)
Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas->exllamav2==0.2.7) (2.9.0.post0)
Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->exllamav2==0.2.7) (2025.1)
Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.10/dist-packages (from pandas->exllamav2==0.2.7) (2025.1)
Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from rich->exllamav2==0.2.7) (3.0.0)
Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.10/dist-packages (from markdown-it-py>=2.2.0->rich->exllamav2==0.2.7) (0.1.2)
Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas->exllamav2==0.2.7) (1.16.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch>=2.2.0->exllamav2==0.2.7) (3.0.2)
Installing collected packages: websockets, cramjam, fastparquet, exllamav2
Successfully installed cramjam-2.9.1 exllamav2-0.2.7 fastparquet-2024.11.0 websockets-14.2
- python3 -c ‘import exllamav2; print(exllamav2.version);’
Loading exllamav2_ext extension (JIT)…
Note: i do have uploaded the detailed log
It looks like the issue that i am facing is a little different than the one