Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 23, 2024
1 parent c1f5fb5 commit ba05db7
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -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
RHOSi Teardown

0 comments on commit ba05db7

Please sign in to comment.