From: moksh.baweja Date: Mon, 6 Oct 2025 10:27:17 +0000 (+0530) Subject: Updating Document X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F15118%2F2;p=aiml-fw%2Faimlfw-dep.git Updating Document Fixing mistakes in document based on recent update Issue-ID: AIMLFW-270 Change-Id: I571e72d913095844a87e87f2eb8ab44ca45a30bf Signed-off-by: moksh.baweja --- diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 718c96b..6d876c4 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -70,7 +70,7 @@ Software Installation and Deployment .. code:: bash - git clone [-b ] "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # latest release branch is k-release + git clone [-b ] "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # latest release branch is l-release cd aimlfw-dep Update recipe file :file:`RECIPE_EXAMPLE/example_recipe_latest_stable.yaml` which includes update of VM IP and datalake details. @@ -80,7 +80,7 @@ Ensure image version is correct. .. code:: bash - bin/install_traininghost.sh -f + bin/install_traininghost.sh **Note**: In case no RECIPE_FILE is passed RECIPE_EXAMPLE/example_recipe_latest_stable.yaml will be considered as default @@ -163,9 +163,7 @@ Standalone Influx DB can be installed using the following commands: .. code:: bash - helm install influx --set image.repository=bitnamilegacy/influxdb bitnami/influxdb --version 5.13.5 - helm install my-release bitnami/influxdb --version 5.13.5 - + helm install my-release --set image.repository=bitnamilegacy/influxdb bitnami/influxdb --version 5.13.5 ~$ kubectl get pods @@ -797,7 +795,7 @@ In order to test our deployed-model, we will query the InferenceService from a c ./bin/uninstall_kserve.sh -For Advanced usecases, Please refer to official kserve-documentation `here `__ +For Advanced usecases, Please refer to official kserve-documentation `here `__ 2. Install both Kserve and Kserve adapter for deploying models (Optional/Not validated in k-release)