retro / Dockerfile

Commit History

UX overhaul + Gradio migration + remove llama.cpp
e6970ed

sankalphs commited on

cache bust to force clean HF rebuild
efe44de

sankalphs commited on

Remove llama-cpp-python and lighten Dockerfile; Modal handles inference
e4749c9

sankalphs commited on

fix: restore llama.cpp with source build, use fine-tuned GGUF model
7e810ce

sankalphs commited on

refactor: remove llama-cpp entirely, use deterministic mock-only mode
a7789ad

sankalphs commited on

fix: force llama-cpp-python source build to fix musl/glibc mismatch on HF Spaces
84753ae

sankalphs commited on

fix: cache bust Docker layer to force libgomp1/libgfortran5 install
bae9351

sankalphs commited on

fix: install libgomp1 + libgfortran5 so the prebuilt llama-cpp wheel can load
a55c7de

sankalphs commited on

fix: harden LLM calls, cast numpy to native floats, pin llama-cpp-python wheel
11853b1

sankalphs commited on

Space: prebuilt llama-cpp-python wheel, minimal Dockerfile
7247224

sankalphs commited on

Add model download, split requirements, prepare for Modal training
a2d1173

sankalphs commited on

Phase 2/3: Gradio Server backend, CRT frontend, engine, agents, mentor, tests, CI/CD
1d0b04b

sankalphs commited on