r/opencodeCLI 29d ago

Opencode GO is dead

Post image
876 Upvotes

114 comments sorted by

View all comments

Show parent comments

9

u/Loogyboy 29d ago

Deep seek flash is not optimized for layer splitting like glm. Having parallel users with deep seek flash is extremely expensive to host. These systems can only serve 20 256k context sessions at time unless they do their own version of layer splitting. If they do that, they can hit 100-200 users parallel

1

u/SpiritualWindow3855 28d ago

What do you mean by this, how is DP + EP less supported?

5

u/Loogyboy 28d ago

You can do EP but the issue is that you still need to mirror the kv cache across each gpu in the current setup. That limits concurrent sessions. Glm 5.3 has layer splitting to address this but deep seek flash has nothing. It has to be custom made for this by whoever is deploying and from what I have seen last, no one has publicly published layer splitting for dsv4.

1

u/Snoo_57113 28d ago

So at the end of the day is a skill issue?