Skip to content

Commit

Permalink
Create: command not found
Browse files Browse the repository at this point in the history
Resolve error in `atsetup.sh`

> ./atsetup.sh: line 367: Create: command not found

This was just a comment that did not have a `#` in front of it.
  • Loading branch information
manifestinteractive authored Dec 23, 2024
1 parent 79c2624 commit 83bf72a
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 83bf72a

Please sign in to comment.