Skip to content

Commit d769533

Browse files
authored
Fix install steps order in README (#133)
1 parent 63ebf2e commit d769533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Compute Platform version).
4343

4444
## How to
4545

46-
Install dependencies, clone repo and run benchmark:
47-
48-
pip install -r requirements.txt
46+
Clone repo, install dependencies, and run benchmark:
4947

5048
git clone https://github.com/turboderp/exllama
5149
cd exllama
5250

51+
pip install -r requirements.txt
52+
5353
python test_benchmark_inference.py -d <path_to_model_files> -p -ppl
5454

5555
The CUDA extension is loaded at runtime so there's no need to install it separately. It will be compiled on the first

0 commit comments

Comments
 (0)