Skip to content

Commit

Permalink
modify CUDA_VISIBLE_DEVICES
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Nov 6, 2024
1 parent a4b9f7e commit 349014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph-dgl/examples/dataset_from_disk_cudf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"outputs": [],
"source": [
"import os\n",
"os.environ[\"CUDA_VISIBLE_DEVICES\"]=\"4\"\n",
"os.environ[\"CUDA_VISIBLE_DEVICES\"]=\"0\"\n",
"import rmm\n",
"import torch\n",
"from rmm.allocators.torch import rmm_torch_allocator\n",
Expand Down

0 comments on commit 349014c

Please sign in to comment.