YCWTG commited on
Commit
0e9d9e3
·
verified ·
1 Parent(s): 849e8d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -41,6 +41,8 @@ This model is an **mixed-bits INT2 quantized** model with group_size 512 and sym
41
 
42
  ### Transformers Usage
43
 
 
 
44
  ```python
45
  import math
46
  import os
 
41
 
42
  ### Transformers Usage
43
 
44
+ With Transformers already installed, create a file named `example.py`, copy the example code below into it, and then run ```python example.py``` in terminal.
45
+
46
  ```python
47
  import math
48
  import os