hub上的模型,能再加一列说明,模型运行需要的gpu显存占用吗?
收藏
win10环境,下载了 disco_diffusion_ernievil_base
顺便发现模型再windows平台下,会发现读取配置文件错误的问题。
解决后,按照示例运行模型,得到如下错误提示:
Out of memory error on GPU 0. Cannot allocate 480.000000MB memory on GPU 0, 7.999756GB memory has been allocated and available memory is only 0.000000B.
Please check whether there is any other process using GPU 0.
1. If yes, please stop them, or start PaddlePaddle on another GPU.
2. If no, please decrease the batch size of your model.
看得我的1080瑟瑟发抖。
0
收藏
请登录后评论
我也遇到这个问题了,是 stable_diffusion 模型.
GTX 1650 和 T4 都是报一样的错误,和你这个差不多.
我感觉应该不是显存大小的问题,有一次我看到报错大致意思:
需要写入 390G 的显存数据???
这...去哪搞 390G 以上的显卡啊?
如果解决了,麻烦回复一下,谢谢你.
1