@ollama: GLM 5.2 on Ollama's cloud just doubled GPU capacity to handle the volume of usage! This is all US based, and running on…
Summary
Ollama doubled GPU capacity for GLM 5.2 on its US cloud, using NVIDIA B300 Blackwell GPUs, emphasizing privacy and open models.
View Cached Full Text
Cached at: 06/20/26, 10:24 PM
GLM 5.2 on Ollama’s cloud just doubled GPU capacity to handle the volume of usage!
This is all US based, and running on NVIDIA B300 Blackwell GPUs. We believe privacy matters!
Let’s go open models! ❤️
Similar Articles
Giving GLM-5.2 a spin locally on CPU only! (poor man's rig for big models)
A user runs GLM-5.2 locally on CPU only, demonstrating how to run a large model on a modest setup.
@TheAhmadOsman: Thanks to GLM 5.2, I know for a fact that enterprises are moving off the cloud, acquiring compute, and working on havin…
A tweet discussing how GLM 5.2 reveals enterprise trends toward local compute and post-trained models, with opposing views on the future of open-source AI.
GLM 5.2 API is live, weights are on HF, and ollama has it already
GLM 5.2 has been released with open weights under MIT license on HuggingFace, available via API and Ollama, featuring competitive benchmarks that trail Opus 4.8 by a point and edge GPT-5.5 by one.
@tolak_eth: I wanted to share how we avoided spending roughly $160k/year to host GLM-5.2 with its full 1M context. When GLM-5.2 lau…
Phala avoided $160k/year hosting costs for GLM-5.2 with full 1M context by quantizing MoE experts to 4-bit and keeping critical parts in FP8/BF16, achieving the same benchmark results on a single 8×H200 node and releasing the optimized model GLM-5.2-W4AFP8 on Hugging Face.
@Tech2Wild: Running GLM-5.2 at home the FULL 744B, all 256 experts, UNPRUNED across 4× NVIDIA DGX Spark (GB10). 200K context · MTP …
A detailed recipe for running the unpruned GLM-5.2 model (744B parameters, 256 experts) across 4 NVIDIA DGX Spark nodes with 200K context, achieving up to 60.5 tok/s aggregate. Includes performance benchmarks, credits, and patches.