Update README.md
Browse files
README.md
CHANGED
|
@@ -11,10 +11,11 @@ This model is an int4 model with group_size 128 and symmetric quantization of [g
|
|
| 11 |
Please follow the license of the original model.
|
| 12 |
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
## Transformes inference
|
| 17 |
|
|
|
|
| 18 |
~~~python
|
| 19 |
from transformers import AutoProcessor, AutoModelForCausalLM
|
| 20 |
|
|
|
|
| 11 |
Please follow the license of the original model.
|
| 12 |
|
| 13 |
|
| 14 |
+
A [youtube video](https://youtu.be/uShK_3415p0) by Fahd Mirza demonstrates how to use this model.
|
| 15 |
|
| 16 |
## Transformes inference
|
| 17 |
|
| 18 |
+
|
| 19 |
~~~python
|
| 20 |
from transformers import AutoProcessor, AutoModelForCausalLM
|
| 21 |
|