chore: renormalize cache/metadata.json line endings 1c44dcb kairusann Claude Opus 5 commited on 15 days ago
fix: make rerank failures diagnosable; drop dead llama-server startup 018e161 kairusann Claude Opus 5 commited on 15 days ago
Merge Space-side changes (style bgcolor, PEP 668 pip flags) 4c7e7a0 kairusann commited on 15 days ago
fix: correct answer mangling and silent rerank no-op; drop CSBS branding 9e2d936 kairusann Claude Opus 5 commited on 15 days ago
fix: add --break-system-packages to pip installs for PEP 668 compliance 922b0df verified kairusama commited on Apr 15
fix: skip all cache validation, trust embeddings.npy if row count matches 593495d kairusann commited on Mar 23
fix: remove source_hash cache check to fix cross-OS cache portability 993d10d kairusann commited on Mar 23
fix: use content hash + relative path in cache validation for portability across deployments 80ab12c kairusann commited on Mar 23
fix: clear base image ENTRYPOINT so entrypoint.sh runs as CMD not as argument to llama-server cc4de0d kairusann commited on Mar 23
fix: remove --break-system-packages flag incompatible with pip 22 on Ubuntu 22.04 f0ae93c kairusann commited on Mar 23
refactor: use llama.cpp server image as base, install Python on top 021051f kairusann commited on Mar 23
fix: correct llama-server binary path to /app/llama-server in multi-stage build fa97b9f kairusann commited on Mar 23
refactor: use ghcr.io/ggml-org/llama.cpp:server image for current llama-server binary 802524f kairusann commited on Mar 23
fix: build llama-cpp-python from latest HEAD to support recent unsloth GGUF format 228a1d6 kairusann commited on Mar 23
fix: reduce n_ctx to 4096 and n_batch to 256 to fit HF Spaces memory 73fbac2 kairusann commited on Mar 23
fix: copy blob to .gguf path instead of symlink to avoid permission issues 6abd0d0 kairusann commited on Mar 23
fix: symlink blob to .gguf path so llama-cpp-python recognises format 43b7deb kairusann commited on Mar 23
fix: pass resolved blob path to llama-server, bypassing HF symlink 0331399 kairusann commited on Mar 23
fix: install hf_transfer and enable HF_HUB_ENABLE_HF_TRANSFER for xet GGUF downloads 90fc2c0 kairusann commited on Mar 23
fix: pre-download model via hf_hub_download to get absolute path, avoid ./ corruption 671036b kairusann commited on Mar 23
fix: set HF_HOME to /tmp/hf-cache to avoid /.cache permission error 72d8e79 kairusann commited on Mar 23
fix: use --model for gguf filename, not --hf_model_repo_filename f488c15 kairusann commited on Mar 22
fix: correct model repo ID, filename, and alias to match HF GGUF URL cdb7155 kairusann commited on Mar 22
fix: replace llama-server binary with llama-cpp-python[server] for platform compatibility a3a5108 kairusann commited on Mar 22
fix: write llama-server log and model cache to /tmp, fix /app/cache ownership 56c57cb kairusann commited on Mar 22
Final review fixes, pre-built cache, HF Spaces deployment config 05d3129 kairusann commited on Mar 22