Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 3.33 KB

File metadata and controls

53 lines (37 loc) · 3.33 KB

Works With Determined

This repository highlights tools in the ML ecosystem that work well with Determined. It contains working examples of full end to end machine learning workflows that are enabled with the right sets of tools.

Data Tools

Serving Tools

Workflow Tools

  • Argo
    • An example of using Determined within an Argo workflow to train a model then automatically deploy it with Seldon Core can be found in the Kubeflow pipelines example
  • Airflow
    • An example of using Determined within an Airflow workflow to train a model then deploy it into Kubernetes with Seldon core can be found in the airflow example
  • Pachyderm
    • An E2E example of using Determined within an Pachyderm pipelines to train a model using pachyderm repo for data management and deploy using KServe Inference.

Platforms

ML Libraries

  • RAPIDS
    • The NVIDIA RAPIDS example shows how to integrate RAPIDS into model training on Determined, in order to perform GPU-accelerated data loading and preprocessing.

Observability Tools

  • Prometheus
    • prometheus.yml is a Prometheus configuration that works with the Prometheus endpoint that Determined surfaces to allow external observability tools to work with Determined
  • Grafana
    • Determined Hardware Dashboard is a pre-configured Grafana dashboard that contains queries and panels that integrate with a Prometheus endpoint to visualize cluster usage metrics

Cluster Managing Tool