Size: 425
Comment:
|
← Revision 5 as of 2023-10-11 16:16:27 ⇥
Size: 456
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<<BR>> mypy==1.6.0<<BR>> numpy==1.26.0<<BR>> --index-url https://download.pytorch.org/whl/cpu <<BR>> torch==2.1.0<<BR>> |
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.