CoolFace
Apppublic

Leon4gr45/fable5-inference

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
38 commits on main
fd445672mo ago

Upload folder using huggingface_hub

Leon4gr45
de4c99c2mo ago

Upload folder using huggingface_hub

Leon4gr45
5eb4bb22mo ago

Upload folder using huggingface_hub

Leon4gr45
b8ef05e2mo ago

Upload folder using huggingface_hub

Leon4gr45
c7271de2mo ago

Upload folder using huggingface_hub

Leon4gr45
49633463mo ago

Document split KV quant + cache-reuse env vars

Leon4gr45
b6dd0833mo ago

Split K/V cache quant (K=q8_0,V=q4_0), 32K ctx, cache-reuse, tool-call smoke test

Leon4gr45
111e96a3mo ago

safety: cap threads at CPU_THREADS_MAX (default 2) to prevent oversubscription if detection over-reports

Leon4gr45
1256f933mo ago

feat: cgroup-aware vCPU auto-detection (respects container CPU limit; no CPU_THREADS env needed)

Leon4gr45
261a8153mo ago

fix: startup readiness loop must sleep on HTTP 503 (model loading), not only on connection errors — false 'startup timeout' left instance marked unloaded

Leon4gr45
ea909c93mo ago

harden: normalize legacy KV_CACHE_QUANT values (4bit->q4_0) so stale env vars can't crash llama-server

Leon4gr45
ea5d56a3mo ago

build: use prebuilt llama.cpp CPU binary (b9895) instead of source compile — fixes mtmd OOM hang, ~20x faster build

Leon4gr45
7cc60cb3mo ago

build: pull model at container runtime instead of baking into image (faster/reliable build)

Leon4gr45
e24791f3mo ago

v2.0: single-instance CPU proxy, native OpenAI tools+streaming, flash-attn+q4_0 KV, all-cores

Leon4gr45
1bc53ac3mo ago

Fix llama-server arguments and increase timeouts

Leon4gr45
912716f3mo ago

Upload folder using huggingface_hub

Leon4gr45
90d5c483mo ago

Upload folder using huggingface_hub

Leon4gr45
30768cb3mo ago

Upload folder using huggingface_hub

Leon4gr45
7addb983mo ago

Upload folder using huggingface_hub

Leon4gr45
144115f3mo ago

Upload folder using huggingface_hub

Leon4gr45
ddd18183mo ago

Upload folder using huggingface_hub

Leon4gr45
15e1a0c3mo ago

Upload folder using huggingface_hub

Leon4gr45
e46b3f13mo ago

Upload folder using huggingface_hub

Leon4gr45
c8898c63mo ago

Upload folder using huggingface_hub

Leon4gr45
0656d633mo ago

Upload folder using huggingface_hub

Leon4gr45
16451bc3mo ago

Fix: Use hf_hub_download for specific model file from deepreinforce-ai/Ornith-1.0-9B-GGUF

Leon4gr45
6ff19b03mo ago

Fix: Skip Python bindings if directory doesn't exist

Leon4gr45
a82e0393mo ago

Fix llama.cpp build with CMake

Leon4gr45
5c59b5e3mo ago

Fix pip install with --break-system-packages

Leon4gr45
191b1013mo ago

Update README with Ornith 1.0 details

Leon4gr45
687f7983mo ago

Update Dockerfile for 2-instance build

Leon4gr45
03f171d3mo ago

Update app.py with 2-instance setup

Leon4gr45
412d8375mo ago

Upload gemma-inference space

Leon4gr45
21cc5dd5mo ago

Upload gemma-inference space

Leon4gr45
078b7015mo ago

Upload gemma-inference space

Leon4gr45
b606d615mo ago

Upload gemma-inference space

Leon4gr45
c5c5d805mo ago

Upload gemma-inference space

Leon4gr45
ec7c0735mo ago

initial commit

Leon4gr45