OpenBMB / VisCPM

[ICLR'24 spotlight] Chinese and English Multimodal Large Model Series (Chat and Paint) | 基于CPM基础模型的中英双语多模态大模型系列
1.06k stars 93 forks source link

RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)` #3

Closed pzc163 closed 1 year ago

pzc163 commented 1 year ago

本地环境如下 cuda:11.7 pytorch:1.13.1 python:3.10 GPU:RTX 4090 24G memory 这个报错是什么原因呢?

Cppowboy commented 1 year ago

我推测是显存不足导致handle无法初始化,参考 https://discuss.pytorch.org/t/cuda-error-cublas-status-not-initialized-when-calling-cublascreate-handle/125450