Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
require_gpus = (GlobalMemoryMb >= 1)
  • Loading branch information
Gerardwx authored May 2, 2024
1 parent 3070745 commit af9a183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ can use this to manually step through the actions your job would take and explor
To request a GPU and a certain amount of GPU memory
```
gpus_minimum_memory = 1MB
request_gpus = 1
require_gpus = (GlobalMemoryMb >= 1)
```

It is best not to request excessive resources, as this with lower your relative user priority compared
Expand Down

0 comments on commit af9a183

Please sign in to comment.