freemt commited on
Commit
f9e7680
·
1 Parent(s): 5f5d38f

Comment out torch in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -38,7 +38,7 @@ icecream==2.1.2
38
  idna==3.3; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
39
  install==1.3.5; python_version >= "3.5"
40
  jinja2==3.1.2; python_version >= "3.7"
41
- joblib==1.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
42
  kiwisolver==1.4.2; python_version >= "3.7"
43
  linkify-it-py==1.0.3; python_version >= "3.7"
44
  logzero==1.7.0
@@ -91,7 +91,7 @@ starlette==0.19.1; python_full_version >= "3.6.1" and python_version >= "3.7"
91
  threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
92
  tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
93
  tomli==2.0.1; python_version >= "3.7"
94
- torch @ https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp38-cp38-linux_x86_64.whl ; python_full_version >= "3.7.0" and python_version >= "3.7" or sys_platform == "linux" or sys_platform == "win32"
95
  torchvision==0.12.0; python_version >= "3.7"
96
  tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0") and python_version >= "3.7"
97
  transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
 
38
  idna==3.3; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
39
  install==1.3.5; python_version >= "3.5"
40
  jinja2==3.1.2; python_version >= "3.7"
41
+ joblib==1.1.0; python_version >= "3.6"
42
  kiwisolver==1.4.2; python_version >= "3.7"
43
  linkify-it-py==1.0.3; python_version >= "3.7"
44
  logzero==1.7.0
 
91
  threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
92
  tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
93
  tomli==2.0.1; python_version >= "3.7"
94
+ # torch @ https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp38-cp38-linux_x86_64.whl ; python_full_version >= "3.7.0" and python_version >= "3.7" or sys_platform == "linux" or sys_platform == "win32"
95
  torchvision==0.12.0; python_version >= "3.7"
96
  tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0") and python_version >= "3.7"
97
  transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"