Submitted by viperx7 t3_11xdx3w in deeplearning
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
viperx7 OP t1_jd44uzf wrote
sorry my bad you don't need to use your username
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.
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.
AllHip t1_jd46kaa wrote
git clone https://github.com/ViperX7/Alpaca-Turbo.gitis the correct command to run. At least it worked for me.
Viewing a single comment thread. View all comments