Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions notebooks/Accessing_File_with_GDS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Please execute the following commands to install the dependent libraries.\n",
"\n",
"```\n",
"!conda install -c conda-forge -c nvidia -c rapidsai cucim pytorch::pytorch-cuda torchvision torchaudio\n",
"!conda install -c conda-forge -c rapidsai cucim pytorch-gpu torchvision torchaudio\n",
"(If executing `import torch; torch.cuda.is_available()` doesn't show 'True', use `pip` PyTorch installation method.)\n",
"```\n",
"\n",
Expand All @@ -41,11 +41,11 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# !conda install -c conda-forge -c nvidia -c rapidsai cucim pytorch::pytorch-cuda torchvision torchaudio\n",
"# !conda install -c conda-forge -c rapidsai cucim pytorch-gpu torchvision torchaudio\n",
"\n",
"# or\n",
"\n",
Expand Down
14 changes: 7 additions & 7 deletions notebooks/Working_with_DALI.ipynb

Large diffs are not rendered by default.