Fix git link on README

This commit is contained in:
Nathan Sarrazin 2023-03-23 05:24:44 +01:00 committed by GitHub
parent 58cf7d0f45
commit 9cc88cb621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ A chat interface based on `llama.cpp` for running Alpaca models. Entirely self-h
Setting up Serge is very easy. TLDR for running it with Alpaca 7B:
```
git clone git@github.com:nsarrazin/serge.git && cd serge
git clone https://github.com/nsarrazin/serge.git && cd serge
cp .env.sample .env