Skip to content

Commit

Permalink
remove cuML stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 17, 2025
1 parent bb3a8ee commit 25a6483
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,23 +147,18 @@ repos:

- name: cuml
path: cuml
# TODO(jameslamb): revert this before merging
git: {<<: *git_defaults, repo: cuml, upstream: jameslamb, tag: libcuml-wheels}
git: {<<: *git_defaults, repo: cuml}
cpp:
- name: cuml
sub_dir: cpp
depends: [rmm, raft, cumlprims_mg, cuvs]
parallelism:
max_device_obj_memory_usage: 3Gi
python:
- name: libcuml
sub_dir: python/libcuml
depends: [cuml]
args: {install: *rapids_build_backend_args}
- name: cuml
sub_dir: python/cuml
depends: [cuml]
args: {install: *rapids_build_backend_args}
args: {cmake: -DFIND_CUML_CPP=ON, install: *rapids_build_backend_args}

- name: cugraph-ops
path: cugraph-ops
Expand Down

0 comments on commit 25a6483

Please sign in to comment.