Instill AI changelog

Runs for Logging Pipeline and Model Triggers

changelog cover

We are introducing Runs, a logging system for pipeline and model executions. This feature provides execution logs for the currently selected pipeline or model that will help you better track credit usage, monitor performance and get snapshots of each executions metadata which is useful for debugging.

To get started, simply follow these steps:

Pipeline Logging Runs

  1. Go to any pipeline such as the contract-reviewer

  2. In the Playground, run the pipeline

  3. Go to "Runs" tab to view your history of pipeline executions

  4. Click into any Run ID to view specific metadata related to this pipeline execution

Clicking into a specific Run ID will include useful information including run duration, credit consumption, trigger source, recipe, input/output results, and each components metadata.

Model Logging Runs

  1. Go to any Instill Model such as the instill-ai/llava-1-6-13b.

  2. In the Playground, run the model.

  3. Go to "Runs" tab to view your history of model executions

  4. Click into any Run ID to view specific metadata related to this model execution

More at: Instill AI