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 865 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
39
40
41
  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. setuptools>=65.5.1
  11. coverage~=5.3.1
  12. torchvision>=0.10.0
  13. sphinx~=4.0.2
  14. sphinx-rtd-theme
  15. torchmetrics==0.8
  16. hydra-core>=1.2.0
  17. omegaconf
  18. onnxruntime==1.15.0
  19. onnx==1.15.0
  20. pillow>=10.2.0
  21. pip-tools>=6.12.1
  22. einops==0.3.2
  23. protobuf==3.20.3
  24. treelib==1.6.1
  25. termcolor==1.1.0
  26. packaging>=20.4
  27. # not directly required, pinned by Snyk to avoid a vulnerability
  28. wheel>=0.38.0
  29. # not directly required, pinned by Snyk to avoid a vulnerability
  30. pygments>=2.7.4
  31. stringcase>=1.2.0
  32. numpy<=1.23
  33. rapidfuzz
  34. json-tricks==3.16.1
  35. onnxsim>=0.4.3,<1.0
  36. data-gradients~=0.3.1
  37. albumentations~=1.3
  38. # not directly required, pinned by Snyk to avoid a vulnerability
  39. fonttools>=4.43.0
  40. # not directly required, pinned by Snyk to avoid a vulnerability
  41. werkzeug>=2.3.8
Tip!

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

Comments

Loading...