The pip command to install the correct pytorch version for Llama2-70b fails with this message:
ERROR: Could not find a version that satisfies the requirement torch==2.2.0.dev20231006+cpu (from versions: none)
ERROR: No matching distribution found for torch==2.2.0.dev20231006+cpu
See the output below:
~]$ conda create -n llama2-70b python=3.9
~]$ conda activate llama2-70b
(llama2-70b) ~]$ conda install pybind11==2.10.4 -c conda-forge -y
(llama2-70b) ~]$ python -m pip install torch==2.2.0.dev20231006+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
Looking in indexes: https://download.pytorch.org/whl/nightly/cpu
ERROR: Could not find a version that satisfies the requirement torch==2.2.0.dev20231006+cpu (from versions: none)
ERROR: No matching distribution found for torch==2.2.0.dev20231006+cpu