Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jizong committed Nov 5, 2019
1 parent c1a1d2b commit f7ecacf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,19 @@ declare -a StringArray=(
)
# just using 0 and 1 gpus for those jobs
gpuqueue "${StringArray[@]}" --available_gpus 0 1

# you may want to run 2 jobs on each gpu to fully use the memory? simple
gpuqueue "${StringArray[@]}" --available_gpus 0 1 0 1

```
---
### Log
logs are stored in automatically generated `log` folder.


---
### install
```bash
pip install gpuqueue
pip install -U gpuqueue
```

0 comments on commit f7ecacf

Please sign in to comment.