Skip to content

Commit

Permalink
quickstart rollback
Browse files Browse the repository at this point in the history
bug-fix: ipynb file not opening
  • Loading branch information
jeshraghian authored Oct 14, 2023
1 parent ed48a10 commit 950878d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"outputs": [],
"source": [
"batch_size = 128\n",
"data_path='/tmp/data/mnist'\n",
"device = torch.device(\"cuda\") if torch.cuda.is_available() else torch.device("mps") if torch.backends.mps.is_available() else torch.device(\"cpu\")"
"data_path='/data/mnist'\n",
"device = torch.device(\"cuda\") if torch.cuda.is_available() else torch.device(\"cpu\")"
]
},
{
Expand Down

0 comments on commit 950878d

Please sign in to comment.