models-web-app icon indicating copy to clipboard operation
models-web-app copied to clipboard

KServe models web UI

Results 36 models-web-app issues
Sort by recently updated
recently updated
newest added

Currently MLFlow predictors cannot be handled by the web app but they are supported by kserve: https://kserve.github.io/website/0.10/modelserving/v1beta1/mlflow/v2/ This PR adds MLFlow to the list of predictor types.

lgtm
approved

Altering the order of the variables populates the var-namespace field instead of leaving it as undefined in the metrics tab. This is related to the open issue [#48](https://github.com/kserve/models-web-app/issues/48)

Currently with, if a user specifies a model format with a custom name in the inference service manifest and deploys it, the Models UI on kubeflow will become disfunctional and...

KServe added new HuggingFace ClusterRuntime in the latest update. Related-to: https://github.com/kserve/kserve/pull/3395

In order to run natively on Macs with Apple Silicon and in the cloud on Arm64 instances (including AWS Graviton, GCP Tau T2A, and Azure *sv5, among others), models-web-app needs...

These changes are aimed to bringing ARM support and updating the Makefiles/CI to look similar to what we do for https://github.com/kubeflow/kubeflow/

approved

After the kserve models webapp was deployed for a standalone installation no isvc endpoints show up. Browser console tells that ```".../dashboard_lib.bundle.js" was loaded even though its MIME type ("text/html") is...

I'm running into an issue with the metrics tab of the web app. Following the documentation (https://www.kubeflow.org/docs/external-add-ons/kserve/webapp/#metrics), I can confirm that Grafana is accessible and the metrics tab is displayed....

/kind feature **Describe the solution you'd like** Currently, when using a custom runtime, the fields on the Kubeflow model dashboard are not populated. Our data scientists would like to have...

kind/feature