You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Execute Layer functions to train models or to make predictions in a Layer-supported backend.
Motivation
This is so that users can keep the machines running dbt run small while executing large training or prediction runs on more powerful machines. For example, this would allow users to leverage GPUs for model training without wasting GPU resources on other dbt transformations that don't need GPUs.
Additional context
The text was updated successfully, but these errors were encountered:
Summary
Execute Layer functions to train models or to make predictions in a Layer-supported backend.
Motivation
This is so that users can keep the machines running
dbt run
small while executing large training or prediction runs on more powerful machines. For example, this would allow users to leverage GPUs for model training without wasting GPU resources on other dbt transformations that don't need GPUs.Additional context
The text was updated successfully, but these errors were encountered: