Skip to content

Commit

Permalink
[docs] fix typo in xformers_mingpt.ipynb (facebookresearch#657)
Browse files Browse the repository at this point in the history
avaiable -> available
  • Loading branch information
eltociear authored Jan 31, 2023
1 parent bc08bbc commit ff5e961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/xformers_mingpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"source": [
"seed_everything(42)\n",
"REF_BATCH = 512\n",
"BATCH = 32 # adjust depending on the avaiable memory on your machine\n",
"BATCH = 32 # adjust depending on the available memory on your machine\n",
"WORKERS = 2\n",
"EPOCHS = 1\n",
"BLOCK = 128\n",
Expand Down Expand Up @@ -491,4 +491,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit ff5e961

Please sign in to comment.