ITADN

AttributeError: 'NoneType' object has no attribute 'seek'. You can only torch.load from a file that is seekable

#27OpenWenjunHuang94 创建于 2024-04-15
W
WenjunHuang94commented
Hello. Error 'AttributeError:' NoneType 'object has no attribute' seek '. You can only torch. load from a file that is searchable. Please pre load the data into a buffer like io.BytesIO and try to load from it install.'. I have assigned weights and the file path is also correct. I don't know how to solve it. May I ask for your advice ![image](https://github.com/johnma2006/mamba-minimal/assets/20516638/6f512922-d936-4f3b-840e-f820d56692f3) ![image](https://github.com/johnma2006/mamba-minimal/assets/20516638/e6afb1fe-2163-4f07-a170-683e9a617354) ![969d94c1ea973d3bcc0fccab1356b9d](https://github.com/johnma2006/mamba-minimal/assets/20516638/c364ea7e-3d83-4f15-b36d-93d1483026df)
7 条评论