How to resolve RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED
when using torch(1.8.0+cu111)?
#48
-
it is ok, when torch 1.7.1+cu101 how to fix ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I just tried installing and running dl-translate on Colab (torch 1.10 + cu111) and it works fine: https://colab.research.google.com/drive/14LzNXeGx4eFO0YyjGgRrVj7E3tVSQPUP?usp=sharing Could you try creating a virtualenv and upgrading torch? Also I suggest testing Huggingface models directly (see M2M100 docs) and if the error happens again then you could try to open an issue in their repo. |
Beta Was this translation helpful? Give feedback.
-
done! It is ok... |
Beta Was this translation helpful? Give feedback.
I just tried installing and running dl-translate on Colab (torch 1.10 + cu111) and it works fine: https://colab.research.google.com/drive/14LzNXeGx4eFO0YyjGgRrVj7E3tVSQPUP?usp=sharing
Could you try creating a virtualenv and upgrading torch? Also I suggest testing Huggingface models directly (see M2M100 docs) and if the error happens again then you could try to open an issue in their repo.