yuunnn-w / RWKV_Pytorch

This is an inference framework for the RWKV large language model implemented purely in native PyTorch. The official native implementation is overly complex and lacks extensibility. Let's join the flexible PyTorch ecosystem and open-source it together!
GNU General Public License v3.0
112 stars 7 forks source link

interleaving pipeline #24

Closed Aknifejackzhmolong closed 4 months ago

Aknifejackzhmolong commented 5 months ago

参考megatron实现了模型分段流水、交错(interleaving)执行的功能