CoolFace
Apppublic

Thox-ai/ThoxAir-Accel

sourceHugging Faceupdated 4d agoView on Hugging Face
0likes
13 commits on main
111c86e4d ago

docs: temporary pause notice / personal mirror pointer

tommytracx
e2096772mo ago

widen the throughput claim to the measured range (~150-260 tok/s)

tommytracx
2f176772mo ago

correct the throughput claim: ~230 tok/s sustained (~21x), not 1600 (146x)

tommytracx
11a61b32mo ago

size llama.cpp threads from the cgroup quota, not os.cpu_count()

tommytracx
5a811ec2mo ago

install llama-cpp-python prebuilt from conda-forge instead of compiling it

tommytracx
beb26742mo ago

parallelise + narrow the llama.cpp compile (Docker build also hits Job timeout)

tommytracx
fade7742mo ago

convert to sdk:docker -- build llama-cpp-python against this image's glibc

tommytracx
d15fa322mo ago

bind GRADIO_SERVER_PORT (7860), not PORT (7861, already bound)

tommytracx
2b904e42mo ago

serve the ASGI app with uvicorn -- defining `app` never served it (exit 0)

tommytracx
8c398812mo ago

pin python_version 3.11 for llama-cpp-python cp311 wheels

tommytracx
01a1cda2mo ago

llama-cpp-python 0.3.19 from the CPU wheel index (0.3.16 had no wheel -> source build timeout)

tommytracx
ee9cf5a2mo ago

Upload folder using huggingface_hub

tommytracx
f3fac532mo ago

initial commit

tommytracx