Replies: 2 comments 9 replies
|
I might be missing something but the model is relatively large. I have it running on 88GB of VRAM, albeit across RPC nodes and I only get 10-12 t/s with 128K context. And I also get relatively low GPU utilization. You could try shrinking your context to 2048 or 1024 so more of your model fits in VRAM though it should only improve t/s marginally. And less than 32K context is kind of useless outside of benchmarks. But hey, at least you can run it successfully on a relatively new version (7819). :)
|
|
_> Hi.
I’m getting around 8 t/s (per instance) on MiniMax‑2.5 (REAP-139B) with dual Xeon Gold 6138 (CPU‑only). Once the context grows the speed drops pretty fast for me too: 10k ctx: ~3–3.5 t/s 20k ctx: ~1.5 t/s CPU load sits around 70–75%, and the run uses 17 out of 20 cores, so the slowdown looks more like context‑length overhead than raw compute. With your setup, the thing that stands out is the PCIe 3.0 link. If the model is shuttling KV or other data back and forth, PCIe 3.0 can choke pretty easily, and that would explain the 3% GPU usage — the GPU is basically waiting on transfers while the CPU gets hammered. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I'm trying to run MiniMax-M2.1 with a i1-Q4_K_M quant.
It feels like the GPU is a bit underutilized. I submit a query and GPU utilization is around 3% and maxing my CPU at almost 1400%.
My rig:
As you can see my hardware is quite old. Is there anything I can do to improve performance while maintaining decent quality other than investing in newer hardware?
Currently I'm getting 2.8-3.5 t/s (via CPU), actually it seems to drop in speed the longer the text generation has been running.
I did turn off hyperthreading in BIOS/UEFI and all CPU Mitigations via kernel boot parameters.
Can I utilize the GPU more some how?
I'm starting llama-server with the following environment variables.
Here are my logs
I ask the model this:
Takes 2089.13s (5868 tokens) at the speed of 2.81 tokens/s.
All reactions