Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ Please follow the license of the original model. This model could **NOT** run on
|
|
20 |
|
21 |
please note int2 **may be slower** than int4 on CUDA due to kernel issue.
|
22 |
|
23 |
-
**To prevent potential overflow, we recommend using the CPU version.**
|
24 |
|
25 |
~~~python
|
26 |
import transformers
|
|
|
20 |
|
21 |
please note int2 **may be slower** than int4 on CUDA due to kernel issue.
|
22 |
|
23 |
+
**To prevent potential overflow, we recommend using the CPU version detailed in the next section.**
|
24 |
|
25 |
~~~python
|
26 |
import transformers
|