.. code:: bash
- git clone https://gerrit.o-ran-sc.org/r/ric-app/qp
+ git clone -b f-release https://gerrit.o-ran-sc.org/r/ric-app/qp
cd qp/qp
Update :file:`insert.py` file with the following content:
./bin/uninstall_kserve.sh
+.. _reference4:
+
Deploy trained qoe prediction model on Kserve
---------------------------------------------
kubectl get pods -n kserve-test
-.. _reference4:
Test predictions using model deployed on Kserve
-----------------------------------------------
#. AIMLFW should be installed by following steps in section :ref:`Software Installation and Deployment <reference1>`
#. RANPM setup should be installed and configured as per steps mentioned in section :ref:`Prepare Non-RT RIC DME as data source for AIMLFW <reference3>`
-#. To create training job, follow the steps in the demo video: `Training Job creation <https://wiki.o-ran-sc.org/download/attachments/71762231/feature_group_create_training_final_lowres.mp4?api=v2>`__
+#. To create training job, follow the steps in the demo video: `Training Job creation <https://wiki.o-ran-sc.org/download/attachments/81297504/h_release_training_source_dme.mp4?api=v2>`__
#. After training job is created and executed successfully, model can be deployed using steps mentioned in section :ref:`Deploy trained qoe prediction model on Kserve <reference4>`. Model URL for deployment can be obainted from AIMFW dashboard (Training Jobs-> Training Job status -> Select Info for a training job -> Model URL)
NOTE: Below are some example values to be used for the QoE usecase training job creation
#. AIMLFW should be installed by following steps in section :ref:`Software Installation and Deployment <reference1>`
#. Standalone Influx DB should be setup and configured as mentioned in section :ref:`Install Influx DB as datalake <reference2>`
-#. To create training job, follow the steps in the demo video: `Training Job creation <https://wiki.o-ran-sc.org/download/attachments/71762231/feature_group_create_training_final_lowres.mp4?api=v2>`__
+#. To create training job, follow the steps in the demo video: `Training Job creation <https://wiki.o-ran-sc.org/download/attachments/81297504/h_release_training_source_influxdb.mp4?api=v2>`__
#. After training job is created and executed successfully, model can be deployed using steps mentioned in section :ref:`Deploy trained qoe prediction model on Kserve <reference4>`. Model URL for deployment can be obainted from AIMFW dashboard (Training Jobs-> Training Job status -> Select Info for a training job -> Model URL)
NOTE: Below are some example values to be used for the QoE usecase training job creation
Release-Notes
-------------
-This document provides the release notes for the G release of AIMLFW Installation and Deployment
+This document provides the release notes for the H release of AIMLFW Installation and Deployment
.. contents::
:depth: 3
| 2022-12-08 | 1.0.0 | Joseph Thaliath | G release |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
-| 2023-06-07 | 2.0.0 | Joseph Thaliath | H release |
+| 2023-06-07 | 1.1.0 | Joseph Thaliath | H release |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
| **Release designation** | H release |
| | |
+--------------------------------------+--------------------------------------+
-| **Release date** | 2023-06-07 |
+| **Release date** | 2023-06-29 |
| | |
+--------------------------------------+--------------------------------------+
| **Purpose of the delivery** | AIMLFW Installation and Deployment |