Skip to content

Commit

Permalink
chore: building instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jul 11, 2024
1 parent 9ffd67d commit 77189a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ This section lists the labels we use to help us track and manage issues and pull
* `documentation` - Issues or pull requests related to documentation.
* `good first issue` - Good for newcomers.

## Building

```bash
cargo build --release --features metal # or cuda, depending on your computer's NPU
```

## Running Tests

Before submitting a pull request, run all the tests to ensure nothing has broken:
Expand Down

0 comments on commit 77189a0

Please sign in to comment.