From 55d7fb2a40fe67bc3cc4a29e7fe0ae11b79a1f92 Mon Sep 17 00:00:00 2001 From: Henk Date: Thu, 7 Sep 2023 23:13:48 +0200 Subject: [PATCH] Uninstall Blinker --- colabkobold.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/colabkobold.sh b/colabkobold.sh index 1fd81afd..a0855e6e 100644 --- a/colabkobold.sh +++ b/colabkobold.sh @@ -174,10 +174,13 @@ if [ "$init" != "skip" ]; then ln -s /content/drive/MyDrive/KoboldAI/presets/ presets ln -s /content/drive/MyDrive/KoboldAI/themes/ themes + # Remove conflicting dependencies + sudo apt remove python3-blinker -y + if [ -n "${COLAB_TPU_ADDR+set}" ]; then - pip install -r requirements_mtj.txt --force + pip install -r requirements_mtj.txt else - pip install -r requirements.txt --force + pip install -r requirements.txt fi # Make sure Colab has the system dependencies