Skip to content

Commit

Permalink
Merge pull request cocktailpeanut#182 from ArjanAswal/main
Browse files Browse the repository at this point in the history
Update README.md to update alpaca 13B model
  • Loading branch information
cocktailpeanut authored Mar 22, 2023
2 parents bf221ae + 5bdb897 commit 99f124e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Currently supported engines are `llama` and `alpaca`.

#### Add alpaca models

Currently alpaca only has the 7B model:
To download alpaca models, you can run:

```
npx dalai alpaca install 7B
Expand Down Expand Up @@ -231,7 +231,7 @@ Currently supported engines are `llama` and `alpaca`.

#### Install alpaca

Currently alpaca only has the 7B model. Open your `cmd` application and enter:
To download alpaca models. Open your `cmd` application and enter:

```
npx dalai alpaca install 7B
Expand Down Expand Up @@ -315,7 +315,7 @@ Currently supported engines are `llama` and `alpaca`.

#### Add alpaca models

Currently alpaca only has the 7B model:
To download alpaca models, you can run:

```
npx dalai alpaca install 7B
Expand Down Expand Up @@ -406,7 +406,7 @@ However, often you may already have a `llama.cpp` repository somewhere else on y

#### Basic

Creates a workspace at `~/llama.cpp`
Creates a workspace at `~/llama.cpp`

```javascript
const dalai = new Dalai()
Expand Down

0 comments on commit 99f124e

Please sign in to comment.