TheBloke commited on
Commit
7b4cd4d
1 Parent(s): c07fcbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -82,14 +82,9 @@ In this repo you can see two `.py` files - these are the files that get executed
82
 
83
  ## Simple Python example code
84
 
85
- To run this code you need to install AutoGPTQ from source:
86
- ```
87
- git clone https://github.com/PanQiWei/AutoGPTQ
88
- cd AutoGPTQ
89
- pip install . # This step requires CUDA toolkit installed
90
- ```
91
- And install einops:
92
  ```
 
93
  pip install einops
94
  ```
95
 
 
82
 
83
  ## Simple Python example code
84
 
85
+ To run this code you need to install AutoGPTQ and einops:
 
 
 
 
 
 
86
  ```
87
+ pip install auto-gptq
88
  pip install einops
89
  ```
90