Python environment
Required packages:
flake8 6.1.0
mypy 1.6.0
torch 2.1.0 *CPU only version
numpy 1.26.0
Copy the following lines into a text file named requirements.txt
flake8==6.1.0 mypy==1.6.0 numpy==1.26.0 --index-url https://download.pytorch.org/whl/cpu torch==2.1.0
and run pip install -r requirements.txt to install all of the packages above.