Skip to content

Commit

Permalink
ADS release with additional shapes support for AI Quick Actions (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulMascarenhas authored Oct 18, 2024
2 parents a37882c + 3205aea commit c034c5f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions ads/aqua/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_finetuning_config_defaults():
"VM.GPU.A10.2": {"batch_size": 1, "replica": "1-10"},
"BM.GPU.A10.4": {"batch_size": 1, "replica": 1},
"BM.GPU4.8": {"batch_size": 4, "replica": 1},
"BM.GPU.L40S-NC.4": {"batch_size": 4, "replica": 1},
"BM.GPU.A100-v2.8": {"batch_size": 6, "replica": 1},
"BM.GPU.H100.8": {"batch_size": 6, "replica": 1},
}
Expand Down
1 change: 1 addition & 0 deletions ads/aqua/config/deployment_config_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"VM.GPU.A10.2",
"BM.GPU.A10.4",
"BM.GPU4.8",
"BM.GPU.L40S-NC.4",
"BM.GPU.A100-v2.8",
"BM.GPU.H100.8",
"VM.Standard.A1.Flex"
Expand Down
1 change: 1 addition & 0 deletions ads/aqua/config/resource_limit_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"BM.GPU.A10.4": "ds-gpu-a10-count",
"BM.GPU.A100-v2.8": "ds-gpu-a100-v2-count",
"BM.GPU.H100.8": "ds-gpu-h100-count",
"BM.GPU.L40S-NC.4": "ds-gpu-l40s-nc-count",
"BM.GPU4.8": "ds-gpu4-count",
"VM.GPU.A10.1": "ds-gpu-a10-count",
"VM.GPU.A10.2": "ds-gpu-a10-count"
Expand Down
6 changes: 6 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Release Notes
=============

2.12.2
-------
Release date: October 18, 2024

* Introduced enhancements for AI Quick Actions.

2.12.1
-------
Release date: October 10, 2024
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.12.1"
version = "2.12.2"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down

0 comments on commit c034c5f

Please sign in to comment.