Size: 425
Comment:
|
Size: 445
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
flake8==6.1.0 mypy==1.6.0 numpy==1.26.0 --index-url https://download.pytorch.org/whl/cpu torch==2.1.0 |
''flake8==6.1.0'' ''mypy==1.6.0'' ''numpy==1.26.0'' ''--index-url https://download.pytorch.org/whl/cpu'' ''torch==2.1.0'' |
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.