HackerTrans
トップ新着トレンドコメント過去質問紹介求人

darkolorin

no profile record

投稿

Show HN: We made LM studio alternative based on own engine

trymirai.com
3 ポイント·投稿者 darkolorin·9 か月前·0 コメント

Show HN: We made our own inference engine for Apple Silicon

github.com
186 ポイント·投稿者 darkolorin·12 か月前·46 コメント

MBA Harvard Feels Undervalued

old.reddit.com
8 ポイント·投稿者 darkolorin·昨年·1 コメント

Faster Inference Than MLX

trymirai.com
1 ポイント·投稿者 darkolorin·昨年·0 コメント

90T/s on my iPhone llama3.2-1B-fp16

reddit.com
5 ポイント·投稿者 darkolorin·昨年·1 コメント

コメント

darkolorin
·12 か月前·議論
Basically “faster” means better performance e.g. tokens/s without loosing quality (benchmarks scores for models). So when we say faster we provide more tokens per second than llama cpp. That means we effectively utilize hardware API available (for example we wrote our own kernels) to perform better.
darkolorin
·昨年·議論
I made it! 90 t/s on my iPhone with llama1b fp16

We completely rewrite the inference engine and did some tricks. This is a summarization with llama 3.2 1b float16. So most of the times we do much faster than MLX. lmk in comments if you wanna test the inference and I’ll post a link.