Replies: 2 comments 1 reply
-
yes the external scripts (not maintained by me) explicitly ask/hunt for a copy of cublas64_11.dll In any tests where that wasn't available on a search path the finetuning would fail. You may want to to load your python environment that it worked in and hunt your search paths to confirm if that file does or doesnt exist in one of them. If it did work with only 12.1 installed, then they must have updated the external scripts at some point. |
Beta Was this translation helpful? Give feedback.
1 reply
-
No probs. Mystery solved at least :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to let you know that I ignored the notice about using CUDA 11.8 for finetuning and proceeded with CUDA 12.1 (nvcc installed in my conda environment using
conda install cuda-nvcc cuda-nvcc-dev_win-64
andconda env config vars set CUDA_PATH=$env:CONDA_PREFIX CUDNN_LIB=$env:CONDA_PREFIX\Library
) and it seemed to work fine. Is there a good reason you recommend 11.8?Beta Was this translation helpful? Give feedback.
All reactions