Skip to content

Commit

Permalink
Print version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 5, 2024
1 parent 45c7738 commit dfdd43e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/python-sycl/test_sycl_simple_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def train_result(client, param, dtrain, num_rounds):
class TestSYCLDask:
# The simplest test verify only one node training.
def test_simple(self):
print("dask:", dask.__version__)
print("distributed:", dask.distributed.__version__)

cluster = dask.distributed.LocalCluster(n_workers=1)
client = dask.distributed.Client(cluster)

Expand Down

0 comments on commit dfdd43e

Please sign in to comment.