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

antinucleon

118 カルマ登録 12 年前

投稿

The Great Wave Has Arrived (Memo from GLM CEO Jie Tang)

twitter.com
2 ポイント·投稿者 antinucleon·4 日前·0 コメント

What Muse Spark 1.1 Taught Us About Enterprise Agent Architecture

int21.ai
2 ポイント·投稿者 antinucleon·5 日前·0 コメント

Stop Waiting for a Bigger Context Window

int21.ai
3 ポイント·投稿者 antinucleon·8 日前·1 コメント

Show HN: INT21 – Self-Improving PTX Kernel Factory

int21.ai
3 ポイント·投稿者 antinucleon·29 日前·0 コメント

7 days of autonomous agent search outperformed FlashAttention-4 and CUDNN

twitter.com
3 ポイント·投稿者 antinucleon·4 か月前·0 コメント

From Node.js/Python to PTX: The first AI framework generated by AI agents

github.com
3 ポイント·投稿者 antinucleon·6 か月前·0 コメント

PetaFLOPS Inference Era: 1 Pflops Attention, and Preliminary End-to-End Results

blog.hippoml.com
2 ポイント·投稿者 antinucleon·2 年前·0 コメント

Unified DataCenter and Local Foundation Model Serving: Beyond Docker Way

blog.hippoml.com
4 ポイント·投稿者 antinucleon·3 年前·0 コメント

Super AI Creativity App Run with Local GPU on Windows/Linux/MacOS

blog.hippoml.com
19 ポイント·投稿者 antinucleon·3 年前·8 コメント

コメント

antinucleon
·3 年前·議論
Yes
antinucleon
·3 年前·議論
Mojo is trying to create a new language to solve the problem, and specialized for CPU. We are using a more pragmatic way to solve GPU AI computation problem.
antinucleon
·3 年前·議論
We haven't compared yet.
antinucleon
·3 年前·議論
We developed AITemplate majorly for Meta's focus at that time, eg Ads/Ranking need. For HippoML is startup we are building for Generative AI. HippoML is not using AITemplate.
antinucleon
·3 年前·議論
It is actually non-trivial to get GPU run fast, especially on SoC with strong CPU like M2.
antinucleon
·3 年前·議論
Hippo is faster than AITemplate, and supports more generative models. We haven't compared vs TVM, but for absolute token/s on M2 Max, Hippo is able to run decoding on LLAMA with datacenter level GPUs performance (with other SW).
antinucleon
·3 年前·議論
We will disclose more details very soon.
antinucleon
·3 年前·議論
Yes. We support >= 1bit <= 16bit models out of box for various of models.
antinucleon
·3 年前·議論
AITemplate's original designer is here. We quit Meta in January and start HippoML (https://hippoml.com/). We just disclosed our new engine's performance on LLM: https://blog.hippoml.com/large-language-model-inference-from... On Apple M2 Max our new engine encode/decode is 13.8X/2.4X faster than llama.cpp