Commit History

chore: renormalize cache/metadata.json line endings
1c44dcb

kairusann Claude Opus 5 commited on

fix: make rerank failures diagnosable; drop dead llama-server startup
018e161

kairusann Claude Opus 5 commited on

Merge Space-side changes (style bgcolor, PEP 668 pip flags)
4c7e7a0

kairusann commited on

fix: correct answer mangling and silent rerank no-op; drop CSBS branding
9e2d936

kairusann Claude Opus 5 commited on

fix: add --break-system-packages to pip installs for PEP 668 compliance
922b0df
verified

kairusama commited on

matching bgcolor with core site
503aecf
verified

kairusama commited on

fix: skip all cache validation, trust embeddings.npy if row count matches
593495d

kairusann commited on

fix: remove source_hash cache check to fix cross-OS cache portability
993d10d

kairusann commited on

recomputed indexes
c459458
verified

kairusama commited on

fix: use content hash + relative path in cache validation for portability across deployments
80ab12c

kairusann commited on

added precomputed index files to accelerate start up
440bbb6
verified

kairusama commited on

added webhelp-responsive folder
484e128
verified

kairusama commited on

fix: use full path /app/llama-server since /app is not in PATH
71df5b0

kairusann commited on

fix: clear base image ENTRYPOINT so entrypoint.sh runs as CMD not as argument to llama-server
cc4de0d

kairusann commited on

fix: remove --break-system-packages flag incompatible with pip 22 on Ubuntu 22.04
f0ae93c

kairusann commited on

refactor: use llama.cpp server image as base, install Python on top
021051f

kairusann commited on

fix: correct llama-server binary path to /app/llama-server in multi-stage build
fa97b9f

kairusann commited on

refactor: use ghcr.io/ggml-org/llama.cpp:server image for current llama-server binary
802524f

kairusann commited on

fix: build llama-cpp-python from latest HEAD to support recent unsloth GGUF format
228a1d6

kairusann commited on

fix: reduce n_ctx to 4096 and n_batch to 256 to fit HF Spaces memory
73fbac2

kairusann commited on

fix: copy blob to .gguf path instead of symlink to avoid permission issues
6abd0d0

kairusann commited on

fix: symlink blob to .gguf path so llama-cpp-python recognises format
43b7deb

kairusann commited on

fix: pass resolved blob path to llama-server, bypassing HF symlink
0331399

kairusann commited on

debug: add file size/type/symlink diagnostics before model load
153256d

kairusann commited on

fix: install hf_transfer and enable HF_HUB_ENABLE_HF_TRANSFER for xet GGUF downloads
90fc2c0

kairusann commited on

fix: pre-download model via hf_hub_download to get absolute path, avoid ./ corruption
671036b

kairusann commited on

fix: set HF_HOME to /tmp/hf-cache to avoid /.cache permission error
72d8e79

kairusann commited on

fix: use --model for gguf filename, not --hf_model_repo_filename
f488c15

kairusann commited on

fix: correct model repo ID, filename, and alias to match HF GGUF URL
cdb7155

kairusann commited on

fix: replace llama-server binary with llama-cpp-python[server] for platform compatibility
a3a5108

kairusann commited on

fix: write llama-server log and model cache to /tmp, fix /app/cache ownership
56c57cb

kairusann commited on

fix: correct llama.cpp release asset URL and extraction path
33947c8

kairusann commited on

Final review fixes, pre-built cache, HF Spaces deployment config
05d3129

kairusann commited on

added source with fix1
b8e80d2

kairusann commited on

initial commit
d2c3299

kairusama commited on