Skip to content

Commit 3205aea

Browse files
include l40s shapes
1 parent a37882c commit 3205aea

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

ads/aqua/config/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_finetuning_config_defaults():
4040
"VM.GPU.A10.2": {"batch_size": 1, "replica": "1-10"},
4141
"BM.GPU.A10.4": {"batch_size": 1, "replica": 1},
4242
"BM.GPU4.8": {"batch_size": 4, "replica": 1},
43+
"BM.GPU.L40S-NC.4": {"batch_size": 4, "replica": 1},
4344
"BM.GPU.A100-v2.8": {"batch_size": 6, "replica": 1},
4445
"BM.GPU.H100.8": {"batch_size": 6, "replica": 1},
4546
}

ads/aqua/config/deployment_config_defaults.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"VM.GPU.A10.2",
3131
"BM.GPU.A10.4",
3232
"BM.GPU4.8",
33+
"BM.GPU.L40S-NC.4",
3334
"BM.GPU.A100-v2.8",
3435
"BM.GPU.H100.8",
3536
"VM.Standard.A1.Flex"

ads/aqua/config/resource_limit_names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"BM.GPU.A10.4": "ds-gpu-a10-count",
33
"BM.GPU.A100-v2.8": "ds-gpu-a100-v2-count",
44
"BM.GPU.H100.8": "ds-gpu-h100-count",
5+
"BM.GPU.L40S-NC.4": "ds-gpu-l40s-nc-count",
56
"BM.GPU4.8": "ds-gpu4-count",
67
"VM.GPU.A10.1": "ds-gpu-a10-count",
78
"VM.GPU.A10.2": "ds-gpu-a10-count"

docs/source/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release Notes
33
=============
44

5+
2.12.2
6+
-------
7+
Release date: October 18, 2024
8+
9+
* Introduced enhancements for AI Quick Actions.
10+
511
2.12.1
612
-------
713
Release date: October 10, 2024

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

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

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)