Download nvidia-smi -L SyntaxError:invalid syntax
charlesf218 opened this issue · 7 comments
Trying to open the program, renamed to python images to make it a little easier. Heres what I entered into cmd:
cd desktop
python pythonimages.py
nvidia-smi -L
^
SyntaxError:invalid syntax
Please help, thanks
You installed this or you're in the process of installing it?
I ask because I don't see pythonimages.py or nividia-smi -L anywhere in the documentation.
I am trying to download it
You need Anaconda, then use :
conda create --name vqgan python=3.9
conda activate vqgan
So I did that...
All I get is the command prompt, how can I launch the actual interactive interface? Also thank you so much for the help
There isn't a gui, Have you read through the entire guide? It spells out exactly how to use this...
oh lol sorry
is there somthing that has gui? or are my only options to use all these commands?