-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing apex by the command given in one of the issues #11
Comments
The error was occuring due to mismatch between CUDA and gcc versions. Please refer this for correct combinations: https://stackoverflow.com/questions/6622454/cuda-incompatible-with-my-gcc-version#:~:text=As%20already%20pointed%20out%2C%20nvcc,created%20with%20the%20nvcc%20install.&text=See%20this%20GitHub%20gist%20for,the%20CUDA%2DGCC%20compatibility%20table. |
I also met the same issue but can't fix it with changing gcc versions. Have you already solve it? |
@autumn-city No I haven't tried after that. If you find any fix, kindly ping. |
Though I still don't fix that issue, I successfully bypassed this issue and run the pipeline. Just set the os environment as CPU only and thus the pipeline would not enforce the use of apex. For the inference stage on DUC, only using the CPU wouldn't waste too much time. |
@autumn-city Is the code running properly for you now? |
yeap |
@autumn-city Are you getting the final results? |
I am getting this even after the @yumoxu solution. Is there any other way around?
Originally posted by @JeetRoy97 in #4 (comment)
The text was updated successfully, but these errors were encountered: