forked from gesen2egee/dataset_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
25 lines (24 loc) · 876 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
argparse
tqdm
Pillow
pathlib
datetime
transformers
inflect
onnxruntime-gpu==1.17.0
ftfy
dghs-imgutils[gpu]
timm
aesthetic-predictor-v2-5
requests
packaging
setuptools
wheel
faiss-cpu
# PyTorch
torch==2.2.2; platform_system != "Windows"
torchvision==0.17.2; platform_system != "Windows"
https://download.pytorch.org/whl/cu121/torch-2.2.2%2Bcu121-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
https://download.pytorch.org/whl/cu121/torchvision-0.17.2%2Bcu121-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
https://download.pytorch.org/whl/cu121/torch-2.2.2%2Bcu121-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"
https://download.pytorch.org/whl/cu121/torchvision-0.17.2%2Bcu121-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"