mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Force update colab requirements
This commit is contained in:
@@ -175,9 +175,9 @@ if [ "$init" != "skip" ]; then
|
||||
ln -s /content/drive/MyDrive/KoboldAI/themes/ themes
|
||||
|
||||
if [ -n "${COLAB_TPU_ADDR+set}" ]; then
|
||||
pip install -r requirements_mtj.txt
|
||||
pip install -r requirements_mtj.txt --force
|
||||
else
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements.txt --force
|
||||
fi
|
||||
|
||||
# Make sure Colab has the system dependencies
|
||||
|
Reference in New Issue
Block a user