Skip to content

Commit

Permalink
Remove unneeded smi code
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Jan 15, 2025
1 parent 9085446 commit 124eefe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
def init_pytorch_worker(rank: int, use_rmm_torch_allocator: bool = False) -> None:
import cupy
import rmm
from pynvml_utils.smi import nvidia_smi

smi = nvidia_smi.getInstance()
pool_size = 16e9 # FIXME calculate this

rmm.reinitialize(
Expand Down

0 comments on commit 124eefe

Please sign in to comment.