Compare commits

..

2 Commits

Author SHA1 Message Date
Kenneth Estanislao dfc6d99d6a
Merge pull request #921 from Ankit404butfound/premain
update requirements.txt
2025-02-07 00:36:54 +08:00
Ankit Raj Mahapatra 5b90084929 update requirements.txt 2025-02-06 18:39:34 +05:30
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ torch==2.0.1; sys_platform == 'darwin'
torchvision==0.15.2+cu118; sys_platform != 'darwin'
torchvision==0.15.2; sys_platform == 'darwin'
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
onnxruntime==1.16.3; sys_platform == 'darwin' and platform_machine == 'x86_64'
onnxruntime-gpu==1.16.3; sys_platform != 'darwin'
tensorflow==2.12.1; sys_platform != 'darwin'
opennsfw2==0.10.2