精选理由
想知道Together AI怎么让GLM 5.1跑得更快?他们分享了三个工程优化点,对部署GLM 5.1有直接帮助。
Together AI分享了优化GLM 5.1推理性能的三项关键改进。他们重写了索引器的topk内核。接着融合了索引器内核以减少内存和启动开销。同时消除了限制预填充吞吐量的CPU开销。这些优化显著提升了GLM 5.1在Together AI平台上的运行效率。
原文 · Together AI
Optimizing GLM 5.1 came down to three things: -> …
Optimizing GLM 5.1 came down to three things:
-> Rewrote the indexer topk kernel
-> Fused the indexer kernel to reduce memory and launch overhead
-> Eliminated CPU overhead that was gating prefill throughput
The bigger win was in the indexer. Once we fixed that, the rest made it even faster.
GLM 5.1 is available on Together AI.