Skip to content

Commit

Permalink
Merge pull request #13 from chemle/fix_12
Browse files Browse the repository at this point in the history
Fix incorrect command-line option in README
  • Loading branch information
lohedges authored Apr 11, 2024
2 parents a1eb838 + be48485 commit 91dae48
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 @@ -168,7 +168,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 @@ -177,7 +177,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 91dae48

Please sign in to comment.