Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKozhevin committed Jul 4, 2024
1 parent 820e31c commit cd2032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbtools/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def set_gpus(n=1, min_free_memory=0.9, max_processes=2, verbose=False, raise_err
* If ``'max'``, then use maximum number of available devices.
* If ``int``, then number of devices to select.
min_free_memory : float or int
min_free_memory : int, float
* If ``int``, minimum amount of free memory (in MB) on a device to consider it free.
* If ``float``, minimum percentage of free memory.
Expand Down

0 comments on commit cd2032d

Please sign in to comment.