-
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
Fix some single model dashboard issues #2020
Fix some single model dashboard issues #2020
Conversation
rnetser
commented
Nov 12, 2024
- Click "Select single-model" only if no models
- fix runtime selection
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
@@ -446,9 +447,13 @@ | |||
[Arguments] ${model_name} ${serving_runtime} ${data_connection} ${path} | |||
... ${model_framework}=caikit ${replicas}=1 ${size}=Small ${no_gpus}=${0} | |||
... ${token}=${FALSE} ${multi_token}=${FALSE} ${multi_service_account_name}=default-name2 | |||
... ${public_endpoint}=${TRUE} ${service_account_name}=${NONE} | |||
... ${public_endpoint}=${TRUE} ${service_account_name}=${NONE} ${existing_server}=${FALSE} |
Check notice
Code scanning / Robocop
There is too many arguments per continuation line ({{ arguments_count }} / {{ max_arguments_count }}) Note test
Move To Tab Models | ||
SeleniumLibrary.Click Button ${DEPLOY_SINGLE_SV_MODEL_BTN} | ||
IF ${existing_server} == False |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified Note test
Robot Results
|
* fix single rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fix server selection rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED