Skip to content

2.6.2

Compare
Choose a tag to compare
@liudmylaru liudmylaru released this 21 Jun 20:54
· 3918 commits to main since this release
32ae6e9

ADS

  • Added from_model_deployment() method to the GenericModel class. Now you can load a model directly from an existing model deployment.

  • Moved dependencies from being default into optional installation groups:

    • all-optional
    • bds
    • boosted
    • data
    • geo
    • notebook
    • onnx
    • opctl
    • optuna
    • tensorflow
    • text
    • torch
    • viz

    Use python3 -m pip install oracle-ads[XXX] where XXX are the group names.