Hi,
I 'm trying to peft a model on my GPU (MX110) but when the train function is called, I get this run time error.
CUDA 11.8 is installed with the latest torch Python package. On CPU the training is working as intended.
The full error message:
RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when calling cublasGemmStridedBatchedExFix(handle, opa, opb, (int)m, (int)n, (int)k, (void*)&falpha, a, CUDA_R_16BF, (int)lda, stridea, b, CUDA_R_16BF, (int)ldb, strideb, (void*)&fbeta, c, CUDA_R_16BF, (int)ldc, stridec, (int)num_batches, CUDA_R_32F, CUBLAS_GEMM_DEFAULT_TENSOR_OP)
I already looked for solutions online but I could not find anything useful.
Any advice would be appreciated