Fixed formatting (to python)
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ Model checkpoint is saved in [compressed_tensors](https://github.com/neuralmagic
|
|
28 |
|
29 |
And example of inference via transformers is provided below:
|
30 |
|
31 |
-
```
|
32 |
# pip install accelerate
|
33 |
|
34 |
from transformers import AutoProcessor, AutoModelForImageTextToText
|
|
|
28 |
|
29 |
And example of inference via transformers is provided below:
|
30 |
|
31 |
+
```python
|
32 |
# pip install accelerate
|
33 |
|
34 |
from transformers import AutoProcessor, AutoModelForImageTextToText
|