freemt commited on
Commit
f07b10b
·
1 Parent(s): bccd6e8

Update requirements.txt torch removed

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -83,7 +83,7 @@ starlette==0.19.1; python_full_version >= "3.6.1" and python_version >= "3.7"
83
  threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
84
  tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
85
  tomli==2.0.1; python_version >= "3.7"
86
- 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"
87
  torchvision==0.12.0; python_version >= "3.7"
88
  tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
89
  transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
 
83
  threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
84
  tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
85
  tomli==2.0.1; python_version >= "3.7"
86
+ # 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"
87
  torchvision==0.12.0; python_version >= "3.7"
88
  tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
89
  transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"