Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法利用 NVIDIA GeForce GTX 1660 Ti 6GB #75

Open
Andy-AO opened this issue Jul 19, 2024 · 6 comments
Open

无法利用 NVIDIA GeForce GTX 1660 Ti 6GB #75

Andy-AO opened this issue Jul 19, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Andy-AO
Copy link

Andy-AO commented Jul 19, 2024

image
image
NVIDIA GeForce GTX 1660 Ti 6GB 似乎满足了显存最低要求,但是切到cpu去了

@smallsee952
Copy link

找到code.py 的文件
修改下面粗体的数字,这个是可以调整的,可以稍微比你的显存修改的小一点,就可以使用了
if not device:
device = select_device(4095)
self.logger.log(logging.INFO, f'use {device}')

@Andy-AO
Copy link
Author

Andy-AO commented Jul 21, 2024

找到code.py 的文件 修改下面粗体的数字,这个是可以调整的,可以稍微比你的显存修改的小一点,就可以使用了 if not device: device = select_device(4095) self.logger.log(logging.INFO, f'use {device}')

奇怪的是,找了下没看到 select_device 🙏
image

@swordfar
Copy link

找到code.py 的文件 修改下面粗体的数字,这个是可以调整的,可以稍微比你的显存修改的小一点,就可以使用了 if not device: device = select_device(4095) self.logger.log(logging.INFO, f'use {device}')

奇怪的是,找了下没看到 select_device 🙏 image

他说的是core.py
可以看到在0.0.6版本中,显存被设定为4095000 MB,没有显卡能满足,将它改为4095即可。
不知道是bug还是基于什么原因,后续测试了再说。
360截图20240822163146269

@6drf21e 6drf21e added the bug Something isn't working label Aug 22, 2024
@sunhf-git
Copy link

我也遇到了相同的问题,但是没找到select_device 在哪,非常崩溃
image
image

@linsmod
Copy link

linsmod commented Sep 14, 2024

image

@sunhf-git
Copy link

image

已经搞定了,感谢回答

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants