Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 928 B

You have to be logged in to leave a comment. Sign In
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
26
27
28
29
30
31
32
33
34
35
36
37
38
  1. torch>=1.9.0
  2. tqdm>=4.57.0
  3. boto3>=1.17.15
  4. jsonschema>=3.2.0
  5. Deprecated>=1.2.11
  6. scipy>=1.6.1
  7. matplotlib>=3.3.4
  8. psutil>=5.8.0
  9. tensorboard>=2.4.1
  10. # pinned because of a crash in Snyk
  11. setuptools>=65.5.1,<67.0.0
  12. torchvision>=0.10.0
  13. torchmetrics==0.8
  14. hydra-core>=1.2.0
  15. onnxruntime>=1.15.0
  16. # onnx 1.16.0 introduce IR 10 which is not yet supported by onnx runtime & graphsurgeon
  17. onnx==1.15.0
  18. pillow>=10.2.0
  19. pip-tools>=6.12.1
  20. einops==0.3.2
  21. treelib==1.6.1
  22. termcolor==1.1.0
  23. packaging>=20.4
  24. # not directly required, pinned by Snyk to avoid a vulnerability
  25. wheel>=0.38.0
  26. # not directly required, pinned by Snyk to avoid a vulnerability
  27. pygments>=2.7.4
  28. stringcase>=1.2.0
  29. rapidfuzz
  30. json-tricks==3.16.1
  31. onnxsim>=0.4.3,<1.0
  32. data-gradients~=0.3.1
  33. albumentations~=1.3
  34. # not directly required, pinned by Snyk to avoid a vulnerability
  35. fonttools>=4.43.0
  36. # not directly required, pinned by Snyk to avoid a vulnerability
  37. werkzeug>=2.3.8
  38. imagesize~=1.4.1
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...