Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,9 @@ Please follow the license of the original model.
|
|
12 |
|
13 |
## INT4 Inference
|
14 |
|
|
|
15 |
transformers>=4.52, auto_round>0.5.1
|
16 |
|
17 |
-
|
18 |
-
**Requirements**
|
19 |
-
~~~bash
|
20 |
-
pip install git+https://github.com/huggingface/transformers.git
|
21 |
-
~~~
|
22 |
**Note:** There is no official HuggingFace sample code of the original model. The following code may have issues.
|
23 |
|
24 |
```python
|
|
|
12 |
|
13 |
## INT4 Inference
|
14 |
|
15 |
+
**Requirements**
|
16 |
transformers>=4.52, auto_round>0.5.1
|
17 |
|
|
|
|
|
|
|
|
|
|
|
18 |
**Note:** There is no official HuggingFace sample code of the original model. The following code may have issues.
|
19 |
|
20 |
```python
|