Good day all,
I have an Nvidia Thor that has previously worked with LLMs such as: Qwen3.6-27B-FP8 on container Package vllm · GitHub (35.6 GB) from multiple months ago (using Tegra 38 revision 4).
As of upgrading to Tegra 39 revision 2.1, updating the container ( Package vllm · GitHub ) or using an alternative nvidia container (nvcr.io/nvidia/vllm:26.06-py3). I have also tried alternative LLMs (e.g., Qwen3.6-27B-FP8, Qwen3.6-27B-NVFP4, Qwen3.6-35B-A3B-FP8, Qwen3.8-27B-FP8 and Qwen3.8-27B-NVFP4.) I continue to receive the same issue / outcome, noted below.
- ISSUE: Nvidia Thor reboots either shortly after starting LLM (please see example recipes below), or the LLM does not start.
NOTE: It sounds like the fan restarts just after reboot, and that is my initial indication that it has rebooted. This appears to happen when CPU is the highest (or over .
Please see the following attachments:
-
System specifications: Screenshot 2026-08-21 135024.png
-
Example 1 - CPU Usage just before crash: Screenshot 2026-08-21 140350.png
-
Example 1 - CPU Usage just before crash: Screenshot 2026-08-21 141658.png
Example recipes:
- With previous tegra version:
- HF_HUB_OFFLINE=0 sudo docker run --restart=unless-stopped -d -e HF_HUB_OFFLINE=“0” --runtime=nvidia --gpus all --ipc=host -v //Qwen3.6-27B-FP8/:/Qwen3.6-27B-FP8 --name qwen --network host <Package vllm · GitHub> vllm serve Qwen3.6-27B-FP8 --gpu-memory-utilization 0.80 --enable-prefix-caching --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_xml
- Attempts with new tegra version include examples like:
- HF_HUB_OFFLINE=0 sudo docker run --restart=unless-stopped -d -e HF_HUB_OFFLINE=“0” --runtime=nvidia --gpus all --ipc=host -v //Qwen3.6-27B-FP8/:/Qwen3.6-27B-FP8 --name qwen --network host <Package vllm · GitHub> vllm serve Qwen3.6-27B-FP8 --gpu-memory-utilization 0.80 --enable-prefix-caching --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_xml
- HF_HUB_OFFLINE=0 sudo docker run --restart=unless-stopped -d -e HF_HUB_OFFLINE=“0” --runtime=nvidia --gpus all --ipc=host -v //Qwen3.8-27B-FP8/:/Qwen3.8-27B-FP8 --name qwen --network host <Package vllm · GitHub> vllm serve Qwen3.8-27B-FP8 --gpu-memory-utilization 0.80 --enable-prefix-caching --reasoning-parser qwen3 --enable-auto-tool-choice --tool-call-parser qwen3_xml
Please note that in the recipes I have tried with various options / arguments, including (but not limited to):
- docker containers attempted to use:
- nvcr.io/nvidia/vllm:26.06-py3
- <Package vllm · GitHub>
- NOTE: I have also attempted with an older version, which was a different version, however - I can no longer find that version.
- vllm/vllm-openai:latest
- NOTE: No ‘vllm serve’ included, since the container already assumes it.
- docker options / arguments:
- -e VLLM_LOGGING_LEVEL=“DEBUG”
- -e TORCH_CUDA_ARCH_LIST=“11.0a”
- -e GPU_MAX_HW_QUEUES=1
- vllm options / arguments:
- --tool-call-parser qwen3_xml
- --tool-call-parser qwen3_coder
- --tensor-parallel-size 1
- --max-model-len 262144
- --max-model-len 102400
- --enforce-eager
- --disable-custom-all-reduce
- --max-num-seqs 1
- --max-num-batched-tokens 32768
- --max-num-batched-tokens 8192
- --served-model-name “”
- --gpu-memory-utilization 0.45 to 0.8
- Attempted in increments of 0.5
NOTE: I am currently using nvcr.io/nvidia/vllm:26.06-py3 instead of the latest (nvcr.io/nvidia/vllm:26.07), due to a missing python xgrammar library.
NOTE: I have already attempted to run both (Qwen3.6 27B | Jetson AI Lab) and (Qwen3.8 27B | Jetson AI Lab) as is, and they result in the same issue noted above.
Thanks,
E






















