StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

training error Cuda

Open sokolegg opened this issue 1 year ago • 1 comments

/usr/local/lib/python3.10/dist-packages/torch/nn/modules/linear.py in forward(self, input) 112 113 def forward(self, input: Tensor) -> Tensor: --> 114 return F.linear(input, self.weight, self.bias) 115 116 def extra_repr(self) -> str:

RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling cublasLtMatmul with transpose_mat1 1 transpose_mat2 0 m 4096 n 4 k 64 mat1_ld 64 mat2_ld 64 result_ld 4096 abcType 14 computeType 68 scaleType 0

sokolegg avatar Feb 20 '24 19:02 sokolegg

I have the same issue ,have you solved it?

Junxiao-Ma avatar May 25 '24 09:05 Junxiao-Ma