CoolFace
Apppublic

Sekoya/alpha-signal-extractor

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
23 commits on main
a6c373c7mo ago

fix(hf): use pre-built llama-cpp-python wheel to avoid 3h build

EDMOND Nicolas
c7e24dc7mo ago

fix(hf): upgrade llama-cpp-python 0.3.10, warm-up Ollama, Streamlit deprecation

EDMOND Nicolas
fd4d6167mo ago

fix: use Sekoya fine-tuned model + mmproj download for HF Spaces

EDMOND Nicolas
09bfdbd7mo ago

feat: bypass HF 1GB git limit by downloading a fallback Qwen2-VL model directly inside the container

EDMOND Nicolas
9c126cb7mo ago

fix: downgrade llama-cpp-python req to >=0.2.62 to prevent source compilation on HF Spaces

EDMOND Nicolas
e149a6e7mo ago

fix: use official abetlen pre-built wheel for llama-cpp-python to fix 404/build timeout

EDMOND Nicolas
9774a6a7mo ago

fix: hardcode exact whl URL for llama-cpp-python to bypass building

EDMOND Nicolas
f96d5e87mo ago

fix: force pip to download specific pre-compiled wheel for llama-cpp-python

EDMOND Nicolas
329b0967mo ago

fix: use pre-compiled wheels for llama-cpp-python to prevent build timeout

EDMOND Nicolas
3bc20a77mo ago

fix: copy all files before pip install editable

EDMOND Nicolas
5f4141a7mo ago

fix: install zstd required by Ollama installer

EDMOND Nicolas
58f7b6a7mo ago

chore: add huggingface spaces configuration to README

EDMOND Nicolas
27460487mo ago

feat: complete DDD architecture and HF deployment

EDMOND Nicolas
29b473b7mo ago

docs: update architecture & reproductibility

EDMOND Nicolas
2ee09d87mo ago

feat: add multimodal alpha signal extractor

EDMOND Nicolas
0b8e9bd7mo ago

docs: update architecture diagrams to include mmproj.gguf

EDMOND Nicolas
c93fbaf7mo ago

docs: add mmproj download instructions for Qwen2.5-VL vision support

EDMOND Nicolas
e08996f7mo ago

feat(vlm): enable Qwen2.5-VL vision capabilities via mmproj and Qwen25VLChatHandler in llama-cpp

EDMOND Nicolas
e09b5d77mo ago

docs: update architecture diagram to reflect new llama-cpp VLM path

EDMOND Nicolas
08c25457mo ago

docs: update documentation to reflect llama-cpp-python integration for Qwen2.5-VL

EDMOND Nicolas
75221977mo ago

fix: revert to llama3.2-vision (Ollama doesn't support Qwen2.5-VL arch)

EDMOND Nicolas
1e023377mo ago

feat: switch to Qwen2.5-VL 3B for fine-tuning (smaller, fits T4 GPU)

EDMOND Nicolas
76015037mo ago

Initial commit

EDMOND Nicolas