Fastai v1 install issues thread

@Preka @rother can you guys please run the following command in powershell and send me the output. Preferably on this thread

cd $env:SystemDrive
dir -rec -filt *nvml*.dll -ea SilentlyContinue | % { $_.FullName }

I want to make sure there isnt a 3 path that needs to be added to the search paths - for now at least.

Also I have confirmations from 2 other Win10+GPU machines that nvml.dll is under system32.

1 Like