HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AlekseiSavin

no profile record

comments

AlekseiSavin
·vor 12 Monaten·discuss
yeah, tokens per second
AlekseiSavin
·vor 12 Monaten·discuss
it looks like llama.cpp has some performance issues with bf16
AlekseiSavin
·vor 12 Monaten·discuss
right now, we support AWQ but are currently working on various quantization methods in https://github.com/trymirai/lalamo
AlekseiSavin
·vor 12 Monaten·discuss
You're right, modern edge devices are powerful enough to run small models, so the real bottleneck for a forward pass is usually memory bandwidth, which defines the upper theoretical limit for inference speed. Right now, we've figured out how to run computations in a granular way on specific processing units, but we expect the real benefits to come later when we add support for VLMs and advanced speculative decoding, where you process more than one token at a time
AlekseiSavin
·vor 12 Monaten·discuss
already) https://github.com/trymirai/uzu-swift