We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
求助: 我这样调用的, from VisCPM import VisCPMChat from PIL import Image
model_path = './openbmb/VisCPM-Chat/pytorch_model.zhplus.bin' viscpm_chat = VisCPMChat(model_path, image_safety_checker=True)
我模型加载的路径对吗? 加载模型中,GPU到811M左右时就会被自动杀死,显卡够用,这是怎么回事呢?
The text was updated successfully, but these errors were encountered:
您好,您可以看一下是否是内存限制的原因
Sorry, something went wrong.
No branches or pull requests
求助:
我这样调用的,
from VisCPM import VisCPMChat
from PIL import Image
model_path = './openbmb/VisCPM-Chat/pytorch_model.zhplus.bin'
viscpm_chat = VisCPMChat(model_path, image_safety_checker=True)
我模型加载的路径对吗?
加载模型中,GPU到811M左右时就会被自动杀死,显卡够用,这是怎么回事呢?
The text was updated successfully, but these errors were encountered: