Skip to content

Commit

Permalink
Remove reference to RC in tracing docs (#12373) (#12375)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lok <[email protected]>
  • Loading branch information
daniellok-db authored Jun 17, 2024
1 parent 2e4ccaf commit d784433
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/source/llms/tracing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ MLflow offers a number of different options to enable tracing of your GenAI appl
To learn more about what tracing is, see our `Tracing Concepts Overview <./overview.html>`_ guide.

.. note::
MLflow Tracing support is available for **early access** with the **MLflow 2.14.0rc0** release candidate build. Versions of MLflow prior to this release
do not contain the full set of features that are required for trace logging support.

Release candidates can be installed via PyPI via the following syntax, which will fetch the latest release candidate build
for a given release version:

.. code-block:: shell
pip install --pre mlflow==2.14.0rc*
MLflow Tracing support is available with the **MLflow 2.14.0** release. Versions of MLflow prior to this release
do not contain the full set of features that are required for trace logging support.

.. warning::
If you are using MLflow tracing from within Databricks, MLflow **2.13.2 and above** contain the required dependencies to utilize tracing functionality
Expand Down

0 comments on commit d784433

Please sign in to comment.