docs: add detailed Thai deployment guide to README 286832b aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: use /app/llama-server full path, improve download robustness c73d88c aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: override ENTRYPOINT to run start.sh as shell script 4d77556 aphisit.t Claude Sonnet 4.6 commited on Apr 29
refactor: switch to official llama.cpp server Docker image 3e0420a aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: restore runtime download, sync all config changes 86d4081 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: install llama-cpp-python from pre-built CPU wheel to prevent OOMKilled 102d535 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: increase n_ctx to 2048 and explicitly disable GPU layers c94a70b aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: upgrade llama-cpp-python to 0.3.x for Qwen3 architecture support 47557a9 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: add pydantic-settings required by llama-cpp-python server 2bdc848 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: upgrade pydantic to V2 and add sed to apt deps fb0e219 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: strip CRLF from start.sh via sed in Dockerfile and tr -d in script 6da652c aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: hardcode model URL as default, fallback if MODEL_URL not set e8c9cd1 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: use PyPI directly, llama-cpp-python==0.2.76, no custom index 036ee1e aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: pinned deps in single requirements.txt, /simple index url, simplified start.sh 20deca2 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: split llama-cpp-python wheel install from server deps to avoid source build da9b43a aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: use --index-url to force pre-built CPU wheel, avoid source build 565518e aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: use pre-built CPU wheel, remove cmake/build-essential and requirements.txt 9ac4cf6 aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: let llama-cpp-python[server] manage its own deps to avoid pydantic conflict 248b525 aphisit.t Claude Sonnet 4.6 commited on Apr 29
feat: stable final version with pinned deps and MODEL_URL env var a11d46a aphisit.t Claude Sonnet 4.6 commited on Apr 29
fix: correct CMD syntax with backslash continuation; use curl for model download 45a9e51 aphisit.t commited on Apr 29
fix: inline CMD to avoid BOM/CRLF; use hf instead of huggingface-cli 96a419b aphisit.t commited on Apr 29
fix: use pre-built llama-cpp-python CPU wheel to avoid compile timeout 7fbf902 aphisit.t commited on Apr 29