Add model cleaner

This commit is contained in:
henk717 2023-08-11 22:39:49 +02:00
parent 9cb93d6b4c
commit ee93fe6e4a
1 changed files with 14 additions and 0 deletions

View File

@ -223,6 +223,20 @@
"metadata": {
"id": "Lrm840I33hkC"
}
},
{
"cell_type": "code",
"source": [
"#@title <b>Model Cleaner</b>\n",
"#@markdown Out of space? Run this to remove all cached models (Google Drive models are not effected).\n",
"!rm -rf /content/KoboldAI-Client/cache/*\n"
],
"metadata": {
"cellView": "form",
"id": "5k8fK4F6UiTs"
},
"execution_count": null,
"outputs": []
}
]
}