登録して招待リンクを共有すると、動画再生報酬と紹介報酬を獲得できます。

Yotta Labs
@YottaLabs
The Interoperable AI Compute OS for a Multi-Cloud, Multi-Silicon World
参加 May 2024
118 フォロー中    4.2K ファン
Self-hosting a 753B model sounds absurd until you see what it actually takes. GLM 5.2 is open weights under MIT with a 1M context. The FP8 checkpoint needs about 744 GB of VRAM, which is one 8x H200 node. One vLLM command with tensor parallel 8 and you've got an OpenAI-compatible endpoint your existing code already works with. Biggest mistake: serving the full 1M context by default. Cap it at what you actually use and you get your batching memory back.
もっと見る