Update README.md
Browse files
README.md
CHANGED
|
@@ -140,6 +140,8 @@ Feel free to adapt the code (e.g., use a random pivot or a different partition s
|
|
| 140 |
~~~
|
| 141 |
|
| 142 |
### Generate the model
|
|
|
|
|
|
|
| 143 |
|
| 144 |
Here is the sample command to reproduce the model
|
| 145 |
|
|
|
|
| 140 |
~~~
|
| 141 |
|
| 142 |
### Generate the model
|
| 143 |
+
#### Requirement
|
| 144 |
+
pip install git+https://github.com/intel/auto-round.git@hengguo/gguf_update_0806
|
| 145 |
|
| 146 |
Here is the sample command to reproduce the model
|
| 147 |
|