Update TPU.ipynb

Compatibility with the new transformers
This commit is contained in:
henk717
2022-09-16 22:48:24 +02:00
committed by GitHub
parent bf3a838cf1
commit a656d93278

View File

@@ -204,7 +204,7 @@
"source": [ "source": [
"#@title <b>Model Cleaner</b>\n", "#@title <b>Model Cleaner</b>\n",
"#@markdown Out of space? Run this to remove all cached models (Google Drive models are not effected).\n", "#@markdown Out of space? Run this to remove all cached models (Google Drive models are not effected).\n",
"!rm /content/KoboldAI-Client/cache/*\n" "!rm -rf /content/KoboldAI-Client/cache/*\n"
], ],
"metadata": { "metadata": {
"cellView": "form", "cellView": "form",