check swap on runpod

This commit is contained in:
Victor Hall 2022-11-14 13:03:45 -05:00
parent bc33912e6b
commit ff3a8b8f38
3 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,19 @@
"If you don't have a User Access Token, create one. Or you can upload a starting checkpoint instead of using the HF download and skip that step, but you'll need to modify the starting model name when you start training (more info below)." "If you don't have a User Access Token, create one. Or you can upload a starting checkpoint instead of using the HF download and skip that step, but you'll need to modify the starting model name when you start training (more info below)."
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"id": "0902e735",
"metadata": {},
"outputs": [],
"source": [
"# check that you have sufficient SWAP FILE space so saving CKPTs doesn't show \"Killed\"\n",
"!grep Swap /proc/meminfo\n",
"!swapon -s\n",
"# should have at least 60GB (60000MB) of SWAP FILE space"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,

BIN
demo/colabupload.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
demo/colabyaml.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB