cicdatopea
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,8 @@ This model is an int4 model with group_size 128 and symmetric quantization of [d
|
|
13 |
### Requirements
|
14 |
|
15 |
```bash
|
16 |
-
pip install
|
17 |
pip install intel-extension-for-transformers
|
18 |
-
pip uninstall intel-extension-for-pytorch
|
19 |
```
|
20 |
|
21 |
**INT4 Inference on CPU**
|
|
|
13 |
### Requirements
|
14 |
|
15 |
```bash
|
16 |
+
pip install auto-round
|
17 |
pip install intel-extension-for-transformers
|
|
|
18 |
```
|
19 |
|
20 |
**INT4 Inference on CPU**
|