深度阅读

Performer启用自回归 unable to import cuda code for auto-regressive Performer. will default to the memory inefficient non-cuda version

作者
作者
2023年08月22日
更新时间
3.81 分钟
阅读时间
0
阅读量

https://github.com/lucidrains/performer-pytorch

无法为 #Performer 启用自回归

出现如下错误
unable to import cuda code for auto-regressive Performer. will default to the memory inefficient non-cuda version

安装pytorch-fast-transformers即可解决,不过速度有点慢,需要点耐心
```

<p>pip install pytorch-fast-transformers</p>
<p>```

可以查看解决方案讨论页面

https://github.com/lucidrains/performer-pytorch/issues/15

博客作者

热爱技术,乐于分享,持续学习。专注于Web开发、系统架构设计和人工智能领域。