Skip to content

Commit

Permalink
Merge pull request #469 from manifestinteractive/patch-1
Browse files Browse the repository at this point in the history
Resolves "Create: command not found" error
  • Loading branch information
erew123 authored Dec 23, 2024
2 parents 0b2bfce + 83bf72a commit 5ce8a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ install_custom_standalone() {
rm deepspeed-0.14.2+cu121torch2.2-cp311-cp311-manylinux_2_24_x86_64.whl
pip install -r system/requirements/requirements_parler.txt
conda clean --all --force-pkgs-dirs -y
Create start_environment.sh to run AllTalk
# Create start_environment.sh to run AllTalk
cat << EOF > start_environment.sh
#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
Expand Down

0 comments on commit 5ce8a66

Please sign in to comment.