Skip to content

Commit

Permalink
Fix CPU tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Nov 4, 2024
1 parent 6b48d3a commit 8e66e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/guide-python/distributed_extmem_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from typing import Callable, List, Tuple

import numpy as np
from cuda import cudart
from loky import get_reusable_executor
from sklearn.datasets import make_regression

Expand Down Expand Up @@ -107,6 +106,7 @@ def setup_rmm() -> None:
return

try:
from cuda import cudart
from rmm.mr import ArenaMemoryResource

status, free, total = cudart.cudaMemGetInfo()
Expand Down

0 comments on commit 8e66e6f

Please sign in to comment.