Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,13 @@ transformers>=4.37.0
|
|
40 |
torch>=2.0.0
|
41 |
```
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Quick Start
|
44 |
Uses same calling method as Qwen2.5-14b-Instruct; only requires changing the model path.
|
45 |
```python
|
|
|
40 |
torch>=2.0.0
|
41 |
```
|
42 |
|
43 |
+
The code of Qwen2.5 has been in the latest Hugging face `transformers` and we advise you to use the latest version of `transformers`.
|
44 |
+
|
45 |
+
With `transformers<4.37.0`, you will encounter the following error:
|
46 |
+
```
|
47 |
+
KeyError: 'qwen2'
|
48 |
+
```
|
49 |
+
|
50 |
## Quick Start
|
51 |
Uses same calling method as Qwen2.5-14b-Instruct; only requires changing the model path.
|
52 |
```python
|