Skip to content

Commit 5acd7b1

Browse files
authored
Fix Installation instructions in README.md (#26)
Signed-off-by: Michael Goin <[email protected]>
1 parent ca6e589 commit 5acd7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A Tool for evaulation the performance of LLM APIs.
44

55
# Installation
66
```bash
7-
git clone ...
8-
cd LLMPerf
7+
git clone https://github.com/ray-project/llmperf.git
8+
cd llmperf
99
pip install -e .
1010
```
1111

0 commit comments

Comments
 (0)