From: moksh.baweja Date: Wed, 8 Oct 2025 10:34:29 +0000 (+0530) Subject: Update documentation for AIMLFW installation X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9b1c5afcd8b26087d3266ff8ab7955691b2b25ef;p=aiml-fw%2Faimlfw-dep.git Update documentation for AIMLFW installation Introducing specific RECIPE_FILE for l-release and master. Issue-ID: AIMLFW-268 Change-Id: I682c0680a06ed76a8263e80d12ebd7d096e64a9f Signed-off-by: moksh.baweja --- diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 6d876c4..75028a7 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -68,22 +68,34 @@ Software Installation and Deployment ------------------------------------ .. +For stable l-release user can run following commands + .. code:: bash - git clone [-b ] "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # latest release branch is l-release + git clone -b l-release "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # latest release branch is l-release cd aimlfw-dep +Any failure in l-release are tracked here 'https://lf-o-ran-sc.atlassian.net/browse/AIMLFW-286' Update recipe file :file:`RECIPE_EXAMPLE/example_recipe_latest_stable.yaml` which includes update of VM IP and datalake details. Ensure image version is correct. +.. code:: bash + bin/install_traininghost.sh RECIPE_EXAMPLE/example_recipe_latest_stable.yaml + **Note**: In case the Influx DB datalake is not available, this can be skipped at this stage and can be updated after installing datalake. - +In case user prefers to check latest updates they can clone master branch (master branch can be unstable) .. code:: bash - bin/install_traininghost.sh + git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # master branch + cd aimlfw-dep + +Update recipe file :file:`RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yaml` which includes update of VM IP and datalake details. + +.. code:: bash + bin/install_traininghost.sh RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yaml -**Note**: In case no RECIPE_FILE is passed RECIPE_EXAMPLE/example_recipe_latest_stable.yaml will be considered as default +**Note**: For l-release use default RECIPE_FILE , that is RECIPE_EXAMPLE/example_recipe_latest_stable.yaml.In case you want to use master branch(not stable) for checking new updates use RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yaml as RECIPE_FILE. Check running state of all pods and services using below command : .. code:: bash @@ -795,7 +807,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) @@ -892,3 +904,4 @@ Prerequisites kubectl get InferenceService -n ricips +