Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ transformers<4.52
|
|
| 36 |
|
| 37 |
|
| 38 |
```python
|
| 39 |
-
from auto_round import AutoRoundConfig ## must import for auto-round format
|
| 40 |
import requests
|
| 41 |
import torch
|
| 42 |
from PIL import Image
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
```python
|
| 39 |
+
from auto_round import AutoRoundConfig ## must import for auto-round format if transformers <= 4.51.3
|
| 40 |
import requests
|
| 41 |
import torch
|
| 42 |
from PIL import Image
|