Skip to content

Commit

Permalink
Fix cuda visible devices
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Jun 13, 2024
1 parent d5706f5 commit fc68dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First, remotely, run:

```bash
# change if needed:
export CUDA_VISIBLE_DEVICES=7
export CUDA_VISIBLE_DEVICES=0

python -m webllama.experimental.web.server --save_logs
```
Expand Down

0 comments on commit fc68dc4

Please sign in to comment.