-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add codellama-34b-instruct-hf test #1263
add codellama-34b-instruct-hf test #1263
Conversation
Signed-off-by: Luca Giorgi <[email protected]>
@@ -227,6 +227,41 @@ | |||
... AND | |||
... Run Keyword If "${KSERVE_MODE}"=="RawDeployment" Terminate Process llm-query-process kill=true | |||
|
|||
Verify User Can Serve And Query A codellama/codellama-34b-instruct-hf Model |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' is too long ({{ test_length }}/{{ allowed_length }}) Warning test
... namespace=${test_namespace} | ||
Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${model_name} | ||
... namespace=${test_namespace} timeout=900s | ||
Run Keyword If "${KSERVE_MODE}"=="RawDeployment" |
Check warning
Code scanning / Robocop
'{{ statement_name }}' is deprecated since Robot Framework version {{ version }}, use '{{ alternative }}' instead Warning test
Robot Results
|
Signed-off-by: Luca Giorgi <[email protected]>
...i/tests/Tests/400__ods_dashboard/420__model_serving/LLMs/422__model_serving_llm_models.robot
Fixed
Show fixed
Hide fixed
Set Project And Runtime runtime=${TGIS_RUNTIME_NAME} namespace=${test_namespace} | ||
... download_in_pvc=${DOWNLOAD_IN_PVC} model_name=${model_name} | ||
... storage_size=80Gi model_path=${model_path} | ||
${requests}= Create Dictionary memory=130Gi |
Check notice
Code scanning / Robocop
{{ create_keyword }} can be replaced with VAR Note test
Signed-off-by: Luca Giorgi <[email protected]>
Signed-off-by: Luca Giorgi <[email protected]>
Signed-off-by: Luca Giorgi <[email protected]>
tested in rhods-ci-pr-test/2582 |
Signed-off-by: Luca Giorgi <[email protected]>
Quality Gate passedIssues Measures |
final validation done in rhods-ci-pr-test/2583 |
No description provided.