You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpustack/docs/development.md

394 B

Development Guide

Prerequisites

Install python 3.10+.

Set Up Environment

make install

Run

poetry run gpustack

Build

make build

And check artifacts in dist.

Test

make test

Update Dependencies

poetry add <something>

Or

poetry add --group dev <something>

For dev/testing dependencies.