-
I am attempting to fine tune with a french dataset the model However i am not sure where it goes wrong but i get the segmentation fault. I have decreased the batch_size, changed the dictionary, i get the same error.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have finally figured it out. This issue was caused by cuDNN. I was using cuDNN version 9.5.0, which apparently works for CUDA 12.6, while I have CUDA 12.4 installed on my system. NVIDIA's documentation only mentions compatibility with CUDA 12, without specifying the exact sub-version. After downgrading cuDNN to version 8, everything works perfectly now. Hope this helps anyone facing a similar issue in the future! |
Beta Was this translation helpful? Give feedback.
I have finally figured it out. This issue was caused by cuDNN. I was using cuDNN version 9.5.0, which apparently works for CUDA 12.6, while I have CUDA 12.4 installed on my system.
NVIDIA's documentation only mentions compatibility with CUDA 12, without specifying the exact sub-version.
After downgrading cuDNN to version 8, everything works perfectly now.
Hope this helps anyone facing a similar issue in the future!