mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Uninstall Blinker
This commit is contained in:
@@ -174,10 +174,13 @@ if [ "$init" != "skip" ]; then
|
|||||||
ln -s /content/drive/MyDrive/KoboldAI/presets/ presets
|
ln -s /content/drive/MyDrive/KoboldAI/presets/ presets
|
||||||
ln -s /content/drive/MyDrive/KoboldAI/themes/ themes
|
ln -s /content/drive/MyDrive/KoboldAI/themes/ themes
|
||||||
|
|
||||||
|
# Remove conflicting dependencies
|
||||||
|
sudo apt remove python3-blinker -y
|
||||||
|
|
||||||
if [ -n "${COLAB_TPU_ADDR+set}" ]; then
|
if [ -n "${COLAB_TPU_ADDR+set}" ]; then
|
||||||
pip install -r requirements_mtj.txt --force
|
pip install -r requirements_mtj.txt
|
||||||
else
|
else
|
||||||
pip install -r requirements.txt --force
|
pip install -r requirements.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure Colab has the system dependencies
|
# Make sure Colab has the system dependencies
|
||||||
|
Reference in New Issue
Block a user