Viewing a single comment thread. View all comments

hasanahmad t1_jd2xim1 wrote

the git clone command is not working

git clone https://github.com/your-username/Alpaca-Turbo.git

cd Alpaca-Turbo

pip install -r requirements.txt

python webui.py

I used my username

2

viperx7 OP t1_jd44uzf wrote

sorry my bad you don't need to use your username

2

whispering-wisp t1_jd3dl49 wrote

You need to clone his repo with his username. You might have an easier time just downloading it from the project page instead of cloning it.

1

FermatsLastAccount t1_jd40jvk wrote

>I used my username

Did you fork the repo? If not, then the repo you're trying to clone doesn't exist.

1