From e25f2be75f6f13aad692b5ae6560ce4ccdaddc79 Mon Sep 17 00:00:00 2001 From: Ash Date: Tue, 7 Feb 2023 15:55:07 +0400 Subject: [PATCH] fix colab --- colab/GPU.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/GPU.ipynb b/colab/GPU.ipynb index e9bb3ddd8..58fcca0f4 100644 --- a/colab/GPU.ipynb +++ b/colab/GPU.ipynb @@ -91,7 +91,7 @@ " for file in deleted_files:\n", " !rm /content/drive/MyDrive/TavernAI/chats/{file}\n", "\n", - " time.sleep(3) # Wait for 60 seconds before checking for changes again\n", + " time.sleep(3) # Wait\n", "\n", "if use_google_drive:\n", " drive.mount('/content/drive/')\n",