Installing ART
The ART client can be installed into projects designed to run on any machine that runs python.Running the server locally
The ART server can be run locally on any machine with a GPU. To install the backend dependencies required for training and inference, you can install thebackend
extra:
Using a managed autoscaling backend
Instead of managing the GPUs and training processes yourself, you can optionally send inference and training requests to the W&B Training cluster, which autoscales to match your job’s demand. To do so, installopenpipe-art
without any extras and use ServerlessBackend
: