Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Release Notes
=============

2.13.9
-------
Release date: May 19, 2025

* Additional precision support in ForecastOperator.
* AI Quick Actions: Use defined-metadata to include configuration for fine-tuned models.
* AI Quick Actions: Support for embedding models in a multi model deployment.
* AI Quick Actions: Fixed a bug in multi-model deployment to use model artifact json directly instead of accessing service bucket when creating a new grouped model.
* AI Quick Actions: Add support for using fine-tuned models in a multi-model deployment.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's delete this.

* AI Quick Actions: Enhancement to load GPU shape information using OCI Object Storage bucket and a local JSON file for multi-model deployment.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's delete this as well

* AI Quick Actions telemetry improvements and enhancement to use threadpool instead of creating unbounded number of threads for telemetry.
* AI Quick Actions: Support for ``list`` API for compute capacity reservations to onboard Bring-your-own-reservations (BYOR).
* AI Quick Actions: Fixed a bug which now allows multiple parameters for deployment parameters.
* AI Quick Actions: Enhances the model deployment logic for vLLM architecture version.
* AI Quick Actions: Enhances functionality to retrieve deployment configuration for fine-tuned models.
* AI Quick Actions: Additional support for Llama-4 models for multi-model deployment.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's delete this :)



2.13.8
-------
Release date: April 15, 2025
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.13.8"
version = "2.13.9"

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