From ba05db77666b9ca2f8d2e6f005d6de970d2ad3e1 Mon Sep 17 00:00:00 2001 From: bdattoma Date: Tue, 23 Jan 2024 18:19:20 +0100 Subject: [PATCH] update docs --- .../LLMs/422__model_serving_llm_other_runtimes_UI.robot | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_other_runtimes_UI.robot b/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_other_runtimes_UI.robot index 649e52c31..b5952a548 100644 --- a/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_other_runtimes_UI.robot +++ b/ods_ci/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_other_runtimes_UI.robot @@ -1,6 +1,5 @@ *** Settings *** -Documentation Collection of UI tests to validate the model serving stack for Large Language Models (LLM). -... These tests leverage on Caikit+TGIS combined Serving Runtime +Documentation Collection of UI tests to validate the model serving stack for Large Language Models (LLM) Resource ../../../../Resources/Page/ODH/ODHDashboard/ODHModelServing.resource Resource ../../../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/ModelServer.resource Resource ../../../../Resources/CLI/ModelServing/llm.resource @@ -22,7 +21,7 @@ ${TGIS_RUNTIME_NAME}= tgis-runtime *** Test Cases *** Verify Non Admin Can Serve And Query A Model Using The UI # robocop: disable [Documentation] Basic tests leveraging on a non-admin user for preparing, deploying and querying a LLM model - ... using Kserve and TGIS Standalone runtime. + ... using Single-model platform and TGIS Standalone runtime. [Tags] Sanity Tier1 ODS-2611 [Setup] Run git clone https://github.com/IBM/text-generation-inference/ ${test_namespace}= Set Variable ${TEST_NS} @@ -47,7 +46,7 @@ Verify Non Admin Can Serve And Query A Model Using The UI # robocop: disable Verify Model Can Be Served And Query On A GPU Node Using The UI # robocop: disable [Documentation] Basic tests for preparing, deploying and querying a LLM model on GPU node - ... using Kserve and Caikit+TGIS runtime + ... using Single-model platform and TGIS Standalone runtime. [Tags] Sanity Tier1 ODS-XYZ Resources-GPU [Setup] Run git clone https://github.com/IBM/text-generation-inference/ ${test_namespace}= Set Variable ${TEST_NS} @@ -94,4 +93,4 @@ Non-Admin Teardown Kserve UI Test # if UI deletion fails it will try deleting from CLI Delete Data Science Projects From CLI ocp_projects=${PROJECTS_TO_DELETE} SeleniumLibrary.Close All Browsers - RHOSi Teardown \ No newline at end of file + RHOSi Teardown