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 742 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
  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>=21.0.0
  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.13.1
  19. onnx==1.13.0
  20. pillow>=5.3.0,!=8.3
  21. pip-tools>=6.12.1
  22. pyparsing==2.4.5
  23. einops==0.3.2
  24. pycocotools==2.0.6
  25. protobuf==3.20.3
  26. treelib==1.6.1
  27. termcolor==1.1.0
  28. packaging>=20.4
  29. # not directly required, pinned by Snyk to avoid a vulnerability
  30. wheel>=0.38.0
  31. # not directly required, pinned by Snyk to avoid a vulnerability
  32. pygments>=2.7.4
  33. stringcase>=1.2.0
  34. numpy<=1.23
  35. rapidfuzz
  36. json-tricks==3.16.1
  37. onnxsim>=0.4.3,<1.0
  38. data-gradients~=0.3.1
  39. albumentations~=1.3
Tip!

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

Comments

Loading...