Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantkingh authored May 6, 2024
1 parent 90cd2a3 commit afebef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ Access the latest features:
```
2. **To run on CPU:**
```bash
docker run vedantkingh/bark2
docker run -p 8090:8090 vedantkingh/bark2
```

**To run on GPU:**
```bash
docker run --gpus all vedantkingh/bark2
docker run --gpus all -p 8090:8090 vedantkingh/bark2
```
Install the [NVIDIA Container Toolkit using this installation guide](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) if GPU is inaccessible by the Docker.
- If you want to run the API without docker or dig deep into the API which is running the model. It is available [at this repository](https://github.com/vedantkingh/bark).
Expand Down

0 comments on commit afebef5

Please sign in to comment.