From a656d93278f167e17e115acf0fe6dca748ae4938 Mon Sep 17 00:00:00 2001 From: henk717 Date: Fri, 16 Sep 2022 22:48:24 +0200 Subject: [PATCH] Update TPU.ipynb Compatibility with the new transformers --- colab/TPU.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/TPU.ipynb b/colab/TPU.ipynb index d4719169..7b46ff49 100644 --- a/colab/TPU.ipynb +++ b/colab/TPU.ipynb @@ -204,7 +204,7 @@ "source": [ "#@title Model Cleaner\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": { "cellView": "form",