Skip to content

Commit

Permalink
dropped rmm from predict
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Dec 11, 2024
1 parent 09ed69f commit f6b9ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/segger/prediction/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import torch.nn.functional as F
import torch._dynamo
import gc
import rmm
# import rmm
import re
import glob
from pathlib import Path
Expand All @@ -28,7 +28,7 @@
from dask.diagnostics import ProgressBar
import time
import dask
from rmm.allocators.cupy import rmm_cupy_allocator
# from rmm.allocators.cupy import rmm_cupy_allocator
from cupyx.scipy.sparse import coo_matrix
from torch.utils.dlpack import to_dlpack, from_dlpack

Expand Down

0 comments on commit f6b9ccd

Please sign in to comment.