diff --git a/examples/mpi/README.md b/examples/mpi/README.md index 44a047915672c7..4b934b0edbcf41 100644 --- a/examples/mpi/README.md +++ b/examples/mpi/README.md @@ -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: