From 92a95cdb32ac0fdc6223969b6f18245006a7c625 Mon Sep 17 00:00:00 2001 From: Branden Butler Date: Mon, 25 Sep 2023 18:59:14 -0500 Subject: [PATCH] Remove unrelated sections from mpi readme --- examples/mpi/README.md | 20 -------------------- 1 file changed, 20 deletions(-) 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: