Skip to content

Commit

Permalink
Install cuml-cu12
Browse files Browse the repository at this point in the history
http://b/381287748
  • Loading branch information
djherbis committed Dec 20, 2024
1 parent 5452732 commit c3342b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions kaggle_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ catboost
category-encoders
cesium
comm
cuml-cu12
cytoolz
dask-expr
# Older versions of datasets fail with "Loading a dataset cached in a LocalFileSystem is not supported"
Expand Down
1 change: 0 additions & 1 deletion tests/test_cuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
class TestCuml(unittest.TestCase):
@gpu_test
@p100_exempt # b/342143152: cuML(>=24.4v) is inompatible with p100 GPUs.
@unittest.skip("b/381287748 cuML is not installed in Colab.")
def test_pca_fit_transform(self):
import unittest
import numpy as np
Expand Down

0 comments on commit c3342b8

Please sign in to comment.