Skip to content

Commit

Permalink
Merge branch 'main' into feature_ace
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 11, 2024
2 parents a81af36 + 91dae48 commit 1f42c91
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 @@ -183,7 +183,7 @@ This can be configured using the `EMLE_DEVICE` environment variable, or by
using the `--device` argument when launching `emle-server`, e.g.:
```
emle-server --backend cuda
emle-server --device cuda
```
When no device is specified, we will preferentially try to use `CUDA` if it is
Expand All @@ -192,7 +192,7 @@ to specify the index, e.g. when running on a multi-GPU setup, then you can use
the following syntax:
```
emle-server --backend cuda:1
emle-server --device cuda:1
```
This would tell `PyTorch` that we want to use device index `1`. The same formatting
Expand Down

0 comments on commit 1f42c91

Please sign in to comment.