Skip to content

Commit

Permalink
Bump SG version (#1774)
Browse files Browse the repository at this point in the history
* Bump SG version

* Update to SG 3.6

---------

Co-authored-by: Shay Aharon <[email protected]>
  • Loading branch information
BloodAxe and shaydeci authored Jan 23, 2024
1 parent 1b434ab commit 2cfc27b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion notebooks/PTQ_and_QAT_for_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"outputs": [],
"source": [
"!pip -qq install super-gradients==3.5.0 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com"
"!pip -qq install super-gradients==3.6.0 pytorch-quantization==2.1.2 --extra-index-url https://pypi.ngc.nvidia.com"
]
},
{
Expand Down
7 changes: 3 additions & 4 deletions notebooks/albumentations_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
}
],
"source": [
"! pip install -qq git+https://github.com/Deci-AI/super-gradients.git@3.6.0rc33352\n",
"! pip install -qq super-gradients==3.6.0\n",
"! pip install -qq albumentations == 1.3.1\n",
"! pip install -qq datasets[vision]~=2.1 pandas~=2.0"
]
Expand Down Expand Up @@ -798,8 +798,7 @@
"\n",
"supervisely-persons 100%[===================>] 3.32G 58.6MB/s in 61s \n",
"\n",
"2024-01-08 12:13:13 (55.5 MB/s) - ‘supervisely-persons.zip’ saved [3564001012/3564001012]\n",
"\n"
"2024-01-08 12:13:13 (55.5 MB/s) - ‘supervisely-persons.zip’ saved [3564001012/3564001012]\n"
]
}
],
Expand Down Expand Up @@ -2915,4 +2914,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
2 changes: 1 addition & 1 deletion notebooks/dataloader_adapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"cell_type": "code",
"source": [
"!pip install -q super-gradients==3.5.0"
"!pip install -q super-gradients==3.6.0"
],
"metadata": {
"id": "0puCRQGZSP8r",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/detection_how_to_connect_custom_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"outputs": [],
"source": [
"! pip install -q super_gradients==3.5.0"
"! pip install -q super_gradients==3.6.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"outputs": [],
"source": [
"!pip install -qq super_gradients==3.5.0"
"!pip install -qq super_gradients==3.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/quickstart_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"outputs": [],
"source": [
"! pip install -qq super-gradients==3.5.0"
"! pip install -qq super-gradients==3.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/segmentation_connect_custom_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
],
"source": [
"! pip install -qq super-gradients==3.5.0"
"! pip install -qq super-gradients==3.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/transfer_learning_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
],
"source": [
"! pip install -qq super-gradients==3.5.0"
"! pip install -qq super-gradients==3.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/transfer_learning_semantic_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"outputs": [],
"source": [
"! pip install -qq super-gradients==3.5.0"
"! pip install -qq super-gradients==3.6.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/what_are_recipes_and_how_to_use.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"cell_type": "code",
"source": [
"!pip install -q super-gradients==3.5.0"
"!pip install -q super-gradients==3.6.0"
],
"metadata": {
"id": "8uZM-4va5Rpu",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/yolo_nas_pose_eval_with_pycocotools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"execution_count": null,
"outputs": [],
"source": [
"!pip install -qq super_gradients==3.5.0"
"!pip install -qq super_gradients==3.6.0"
],
"metadata": {
"collapsed": false
Expand Down
2 changes: 1 addition & 1 deletion src/super_gradients/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.5.0"
__version__ = "3.6.0"

from super_gradients.common import init_trainer, is_distributed, object_names
from super_gradients.training import losses, utils, datasets_utils, DataAugmentation, Trainer, KDTrainer, QATTrainer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
],
"source": [
"!pip install -qq super_gradients==3.5.0"
"!pip install -qq super_gradients==3.6.0"
],
"metadata": {
"colab": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"execution_count": 24,
"outputs": [],
"source": [
"!pip install -qq super-gradients==3.5.0"
"!pip install -qq super-gradients==3.6.0"
],
"metadata": {
"collapsed": false,
Expand Down

0 comments on commit 2cfc27b

Please sign in to comment.