Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Aug 13, 2024
1 parent c25ed19 commit ce73ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python-sycl/test_sycl_training_continuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def run_training_continuation(self, use_json):
y = np.random.randn(kRows)
dtrain = xgb.DMatrix(X, y)
params = {
"device": "sycl",
"device": "sycl:gpu",
"max_depth": "2",
"gamma": "0.1",
"alpha": "0.01",
Expand Down

0 comments on commit ce73ce3

Please sign in to comment.