mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-06-04 10:30:24 +00:00
875 B
875 B
If this seems too complicated you can change Max to use google for speech-to-text instead in the .env
- download the cuda toolkit:
https://developer.nvidia.com/cuda-downloads
- download cudann:
https://developer.nvidia.com/cudnn-downloads
- unzip cudann and copy all of the .dll files
- paste the .dll files in the toolkit\cuda\bin folder (for example:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin
) - now we need to add those .dll's to your PATH, to do this hit the windows key and type "enviro",
- select "edit the system environment variables"
- select button on the bottom right "Environment Variables"
- in the lower window "System variables" find and select "Path"
- select "Edit"
- select "Browse"
- browse to the same location as step 4, where you just put the .dll files
- then select a ok a bunch of times and close out the menu