Commit History

docs: add detailed Thai deployment guide to README
286832b

aphisit.t Claude Sonnet 4.6 commited on

fix: use /app/llama-server full path, improve download robustness
c73d88c

aphisit.t Claude Sonnet 4.6 commited on

fix: override ENTRYPOINT to run start.sh as shell script
4d77556

aphisit.t Claude Sonnet 4.6 commited on

refactor: switch to official llama.cpp server Docker image
3e0420a

aphisit.t Claude Sonnet 4.6 commited on

fix: restore runtime download, sync all config changes
86d4081

aphisit.t Claude Sonnet 4.6 commited on

fix: install llama-cpp-python from pre-built CPU wheel to prevent OOMKilled
102d535

aphisit.t Claude Sonnet 4.6 commited on

fix: set n_ctx to 1024
43e6e80

aphisit.t Claude Sonnet 4.6 commited on

fix: increase n_ctx to 2048 and explicitly disable GPU layers
c94a70b

aphisit.t Claude Sonnet 4.6 commited on

fix: upgrade llama-cpp-python to 0.3.x for Qwen3 architecture support
47557a9

aphisit.t Claude Sonnet 4.6 commited on

fix: add pydantic-settings required by llama-cpp-python server
2bdc848

aphisit.t Claude Sonnet 4.6 commited on

fix: upgrade pydantic to V2 and add sed to apt deps
fb0e219

aphisit.t Claude Sonnet 4.6 commited on

fix: strip CRLF from start.sh via sed in Dockerfile and tr -d in script
6da652c

aphisit.t Claude Sonnet 4.6 commited on

fix: hardcode model URL as default, fallback if MODEL_URL not set
e8c9cd1

aphisit.t Claude Sonnet 4.6 commited on

fix: use PyPI directly, llama-cpp-python==0.2.76, no custom index
036ee1e

aphisit.t Claude Sonnet 4.6 commited on

fix: pinned deps in single requirements.txt, /simple index url, simplified start.sh
20deca2

aphisit.t Claude Sonnet 4.6 commited on

fix: split llama-cpp-python wheel install from server deps to avoid source build
da9b43a

aphisit.t Claude Sonnet 4.6 commited on

fix: use --index-url to force pre-built CPU wheel, avoid source build
565518e

aphisit.t Claude Sonnet 4.6 commited on

fix: use pre-built CPU wheel, remove cmake/build-essential and requirements.txt
9ac4cf6

aphisit.t Claude Sonnet 4.6 commited on

fix: let llama-cpp-python[server] manage its own deps to avoid pydantic conflict
248b525

aphisit.t Claude Sonnet 4.6 commited on

feat: stable final version with pinned deps and MODEL_URL env var
a11d46a

aphisit.t Claude Sonnet 4.6 commited on

fix: correct CMD syntax with backslash continuation; use curl for model download
45a9e51

aphisit.t commited on

fix: inline CMD to avoid BOM/CRLF; use hf instead of huggingface-cli
96a419b

aphisit.t commited on

fix: use bash to run start.sh to avoid exec format error
da88583

aphisit.t commited on

fix: use --index-url for pre-built llama-cpp-python CPU wheel
adf2605

aphisit.t commited on

trigger: rebuild with pre-built wheel
ca9b4a7

aphisit.t commited on

fix: use pre-built llama-cpp-python CPU wheel to avoid compile timeout
7fbf902

aphisit.t commited on

fix: switch to llama-cpp-python server (ghcr image not found)
4ed00fa

aphisit.t commited on

resolve merge conflict, keep docker deployment files
3c3cf64

aphisit.t commited on

fix: LF line endings in start.sh
fca5d5a

aphisit.t commited on

fix: ensure LF line endings in start.sh
e612648

aphisit.t commited on

Initial deploy: llama-server with guardrails_typhoon25_q4_k_m
8cb6394

aphisit.t commited on

initial commit
4081c0c
verified

bldeaw commited on