Instill AI changelog
Runs for Logging Pipeline and Model Triggers
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
Go to any pipeline such as the contract-reviewer
In the Playground, run the pipeline
Go to "Runs" tab to view your history of pipeline executions
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
Go to any Instill Model such as the instill-ai/llava-1-6-13b.
In the Playground, run the model.
Go to "Runs" tab to view your history of model executions
Click into any Run ID to view specific metadata related to this model execution
More at: Instill AI