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
97 stars 7 forks source link

为反向传播,修改循环赋值 #11

Closed WuTianyi321 closed 2 months ago

WuTianyi321 commented 2 months ago

由于在循环中加入了clone,会影响一点正向传播速度