diff --git a/scripts/deploy.sh b/scripts/deploy.sh index cb83258..8a38f1c 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -58,7 +58,7 @@ create_pod() { mv code /usr/local/bin/ && \ rm vscode_cli.tar.gz && \ curl -o /root/bootstrap.sh \ - -H \"Authorization: token $SIA_REPO_PAT\" \ + -H 'Authorization: token $SIA_REPO_PAT' \ https://git.nielsgeens.be/llm/SIA/raw/branch/master/scripts/bootstrap.sh && \ yes | code tunnel \ --name runpod \ @@ -178,4 +178,4 @@ for gpu_type in "${GPU_CONFIGS[@]}"; do done echo "Failed to create pod after trying all GPU types and cloud options." -exit 1 \ No newline at end of file +exit 1 diff --git a/scripts/install.sh b/scripts/install.sh index 59caa72..081736b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,10 +1,10 @@ #!/bin/bash #SIA_INSTALL_NO_WEB=1 -SIA_INSTALL_NO_NOTEBOOK=1 +#SIA_INSTALL_NO_NOTEBOOK=1 #SIA_INSTALL_NO_CORE=1 -SIA_INSTALL_NO_ITB=1 -SIA_INSTALL_NO_MISTRAL_INFER=1 +#SIA_INSTALL_NO_ITB=1 +#SIA_INSTALL_NO_MISTRAL_INFER=1 #SIA_INSTALL_NO_GEMMA_INFER=1 #SIA_INSTALL_NO_GEMMA_TRAIN=1 @@ -65,4 +65,4 @@ if ! grep -q "source /root/sia/scripts/add_venvs_to_path.sh" /etc/profile; then echo 'source /root/sia/scripts/add_venvs_to_path.sh' >> /etc/profile fi -source /root/sia/scripts/add_venvs_to_path.sh \ No newline at end of file +source /root/sia/scripts/add_venvs_to_path.sh