disclaimer: I am not super experienced with python
I have been trying to set up SAM (segment anything model by meta), but have been running into issues with installing pytorch. I have followed countless tutorials on youtube to install an Nvidia driver, but it does not seem to work out properly regardless of everything that I have tried. Here are some of the issues that I can’t fix:
-
C:\Users\xx>nvidia-smi :‘nvidia-smi’ is not recognized as an internal or external command, operable program or batch file. ~~~~ when I run ‘nvcc --version’ it says that version 12.4 is currently what I have. I do not understand why it says a version, but it does show me anything for ‘nvidia-smi.’ I have also tried to uninstall and re-install different version, but the same issue persists.
-
In my C:\Program Files\NVIDIA Corporation directory, I do not have and ‘NVSMI’ folder, which I have seen people mention online. They have also said that restarting their device ended up working and showing the folder, but I have tried that and still don’t see it. I also don’t have a ‘nvml.dll’ file in my C:\Windows\System32\DriverStore directory.
-
When trying to launch the NVIDIA control panel, it says ‘NVIDIA display settings are not available. An NVIDIA graphic card was not detected in your system.’
I have an HP Envy Windows 11, so I am not sure if it is my device that is causing an issue. If anyone has suggestions, please let me know.