condacreate-n"agents"python=3
condaactivateagents
# note we are using cuda 12.6
pipinstall--upgradetorchtorchvisiontorchaudio\--index-urlhttps://download.pytorch.org/whl/cu126
pipinstall--upgradetransformersacceleratebitsandbytes
Before you activate the conda environment your prompt will have the string 'base' in it like this:
1
(base) $
12
condaactivateagents
(agents)$
You can get a full list of all the Python libraries by using the pip freeze command.