New AI = Intelligence + Knowledge

#43
by Duonglv - opened

As I understand it, the next Qwen model will have 2 parts:

  • Reasoning model (intelligence) โ†’ GPU
  • Knowledge โ†’ SSD

Is that right?

I have thought about this architecture before. Basically, a big model can remember much more knowledge, but it may not be smarter than smaller models.

Like a human, a super smart person has a head smaller than a ball, but they can read an entire library and research based on their intelligence.

This may be a trend in AI in the future, I guess so.

same view,but ssd search knowledge for prefill is too slow,that's a big barrier

same view,but ssd search knowledge for prefill is too slow,that's a big barrier

I think make GPU directly communicate with pci-e 5.0 ssd instead of via cpu communication is the key, just like the p2p gpu communication from pci-e switch.

what you are talking about is basically RAG. Nothing more! And that already exists and is much faster!

same view,but ssd search knowledge for prefill is too slow,that's a big barrier

There is already a project to speedup qwen-flash-next on single RTX pro 6000 using ssd as streaming ram.
https://github.com/garnermccloud/sglang-ssd-stream.git

Sign up or log in to comment