Skip to content

Commit

Permalink
Remove unrelated sections from mpi readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AutonomicPerfectionist committed Sep 25, 2023
1 parent 791b079 commit 92a95cd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions examples/mpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,6 @@ AI: What would you like to talk about?
User:'
```

#### Windows:

```powershell
main.exe -m models\7B\ggml-model.bin -n -1 --color -r "User:" --in-prefix " " -e --prompt "User: Hi\nAI: Hello. I am an AI chatbot. Would you like to talk?\nUser: Sure!\nAI: What would you like to talk about?\nUser:"
```

The following command generates "infinite" text from a starting prompt (you can use `Ctrl-C` to stop it):

#### Unix-based systems (Linux, macOS, etc.):

```bash
./main -m models/7B/ggml-model.bin --ignore-eos -n -1 --random-prompt
```

#### Windows:

```powershell
main.exe -m models\7B\ggml-model.bin --ignore-eos -n -1 --random-prompt
```

## Common Options

In this section, we cover the most commonly used options for running the `mpi` program with the LLaMA models:
Expand Down

0 comments on commit 92a95cd

Please sign in to comment.