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

#606 version and readme fix

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bug/SG-000_readme_and_version_fix_before_release
3 changed files with 5 additions and 5 deletions
  1. 3
    3
      README.md
  2. 1
    1
      requirements.txt
  3. 1
    1
      src/super_gradients/__init__.py
@@ -34,9 +34,9 @@ ________________________________________________________________________________
 
 
 ### Support various computer vision tasks
 ### Support various computer vision tasks
 <div align="center">
 <div align="center">
-<img src="./docs/assets/SG_img/Segmentation 1500x900 .png" width="250px">
-<img src="./docs/assets/SG_img/Object detection 1500X900.png" width="250px">
-<img src="./docs/assets/SG_img/Classification 1500x900.png" width="250px">
+<img src="https://github.com/Deci-AI/super-gradients/raw/master/docs/assets/SG_img/Segmentation 1500x900 .png" width="250px">
+<img src="https://github.com/Deci-AI/super-gradients/raw/master/docs/assets/SG_img/Object detection 1500X900.png" width="250px">
+<img src="https://github.com/Deci-AI/super-gradients/raw/master/docs/assets/SG_img/Classification 1500x900.png" width="250px">
 </div>
 </div>
 
 
 
 
Discard
@@ -19,7 +19,7 @@ hydra-core>=1.2.0
 omegaconf
 omegaconf
 onnxruntime
 onnxruntime
 onnx>=1.10.1
 onnx>=1.10.1
-pip-tools>=6.4.0
+pip-tools>=6.12.1
 pyparsing==2.4.5
 pyparsing==2.4.5
 einops==0.3.2
 einops==0.3.2
 pycocotools==2.0.4
 pycocotools==2.0.4
Discard
@@ -22,6 +22,6 @@ __all__ = [
     "setup_device",
     "setup_device",
 ]
 ]
 
 
-__version__ = "3.0.5"
+__version__ = "3.0.6"
 
 
 env_sanity_check()
 env_sanity_check()
Discard