Skip to content

Commit

Permalink
Update umap_utils.pyx
Browse files Browse the repository at this point in the history
fix import
  • Loading branch information
Matt711 authored Oct 7, 2024
1 parent df3f87a commit aec5743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/cuml/manifold/umap_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# distutils: language = c++

from rmm.librmm.memory_resource cimport get_current_device_resource
from rmm.pylibrmm.memory_resource cimport get_current_device_resource
from pylibraft.common.handle cimport handle_t
from cuml.manifold.umap_utils cimport *
from cuml.metrics.distance_type cimport DistanceType
Expand Down

0 comments on commit aec5743

Please sign in to comment.