runtime error
Exit code: 1. Reason: tx=16384, max_tokens=16384, thinking=False). 2026-04-15 12:49:57,333 INFO __main__ Downloading rationale model from unsloth/Qwen3.5-0.8B-GGUF with filename Qwen3.5-0.8B-BF16.gguf 2026-04-15 12:50:08,563 INFO __main__ Model path: /root/.cache/huggingface/hub/models--unsloth--Qwen3.5-0.8B-GGUF/snapshots/6ab461498e2023f6e3c1baea90a8f0fe38ab64d0/Qwen3.5-0.8B-BF16.gguf 2026-04-15 12:50:08,563 INFO __main__ Starting local llama-server process with command: /opt/llama/llama-server -m /root/.cache/huggingface/hub/models--unsloth--Qwen3.5-0.8B-GGUF/snapshots/6ab461498e2023f6e3c1baea90a8f0fe38ab64d0/Qwen3.5-0.8B-BF16.gguf --host 127.0.0.1 --port 8080 -c 16384 -t 2 -np 1 -ngl 0 -b 128 -fa off Traceback (most recent call last): File "/app/app.py", line 1227, in <module> rationale_runtime = get_rationale_runtime() ^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 410, in get_rationale_runtime _wait_for_server_ready( File "/app/app.py", line 357, in _wait_for_server_ready raise RuntimeError( RuntimeError: llama-server exited before health check succeeded (exit code 1). llama-server log tail: /opt/llama/llama-server: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /opt/llama/llama-server) /opt/llama/llama-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /opt/llama/llama-server) /opt/llama/llama-server: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /opt/llama/llama-server) /opt/llama/llama-server: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /opt/llama/llama-server) /opt/llama/llama-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /opt/llama/libmtmd.so.0) /opt/llama/llama-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /opt/llama/libllama.so.0) /opt/llama/llama-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /opt/llama/libggml-base.so.0)
Container logs:
Fetching error logs...