diff --git a/README.md b/README.md index 5da10f46d1013d39b30fa5232240376614166b11..39f5c1e0d33c0dd454f6f593934a09c25a5cd35a 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ However, few things need to keep in mind: 1. Copilot client sends a lenthy prompt, to include all the related context for code completion, see [copilot-explorer](https://github.com/thakkarparth007/copilot-explorer), which give heavy load on the server, if you are trying to run `ialacol` locally, opt-in `TRUNCATE_PROMPT_LENGTH` environmental variable to truncate the prompt from the beginning to reduce the workload. -2. Copilot sends request in parallel, to increase the throughput, you probably need a queue like [text-inference-batcher]([text-inference-batcher](https://github.com/ialacol/text-inference-batcher). +2. Copilot sends request in parallel, to increase the throughput, you probably need a queue like [text-inference-batcher](https://github.com/ialacol/text-inference-batcher). Start two instances of ialacol: