Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
domWinter authored May 28, 2024
1 parent 59447f8 commit 444a78b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ To authenticate your account, save the hugging face api token from [token-settin
cargo run --release --bin rustyrag
```

# Features
You can accelerate embedding generation and chat completion via metal (Apple SNE) or cuda.
Simply run the above command with

```bash
cargo run --release --features cuda ...
```

or

```bash
cargo run --release --features metal ...
```

# Troubleshooting

## Request Error 401
Expand Down

0 comments on commit 444a78b

Please sign in to comment.