You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up! So were you able to fix this issue by modifying conda_envs\environment.win64_gpu.yml? If so, could you just clarify exactly what the change was or create a PR with your new version?
In "conda_envs\environment.win64_gpu.yml", the version of cudatoolkit is 11.8.0, but the version of cuda-nvcc is not defined.
Unlike "conda_envs\environment.linux_gpu.yml"
- cuda-nvcc=11.8.89
This leads to different cuda version after windows install.
Which further leads to such error
Soution: define nvcc version in environment.win64_gpu.yml
The text was updated successfully, but these errors were encountered: