CDial-GPT icon indicating copy to clipboard operation
CDial-GPT copied to clipboard

RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling `cublasCreate(handle)`

Open RyanYip-Kat opened this issue 2 years ago • 2 comments

When I run python train.py,I got the error : RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle). I had installed the packages via "pip install -r requirement“,and try to change the batch_size,this error still occured.And how can I fixed it.Thanks!

RyanYip-Kat avatar Aug 02 '21 06:08 RyanYip-Kat

遇到了同样的问题,请问如何解决啊?

nullgogo avatar Dec 07 '21 08:12 nullgogo

pytorch incompatibility with CUDA toolkit can cause this problem

hyb0017 avatar Jul 28 '22 09:07 hyb0017