mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Install submodules on requirements install
This helps people who clone the repository without knowing submodules need to be cloned, on the dependency installation it will now automatically check the submodules.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
git submodule update --init --recursive
|
||||
if [[ $1 = "cuda" ]]; then
|
||||
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
|
||||
bin/micromamba create -f environments/huggingface.yml -r runtime -n koboldai -y
|
||||
|
Reference in New Issue
Block a user