Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ For more details, including benchmark evaluation, hardware requirements, and inf
|
|
40 |
|
41 |
## Quickstart
|
42 |
|
43 |
-
The code of Qwen3 has been in the latest versions of both **`transformers
|
44 |
Older versions (e.g., `transformers<4.51.0`) may raise errors like:
|
45 |
|
46 |
```text
|
|
|
40 |
|
41 |
## Quickstart
|
42 |
|
43 |
+
The code of Qwen3 has been in the latest versions of both **`transformers` (≥ 4.52.4)** and **`mlx_lm` (≥ 0.25.2)**, and we advise you to use the latest version of `transformers` and `mlx_lm`.
|
44 |
Older versions (e.g., `transformers<4.51.0`) may raise errors like:
|
45 |
|
46 |
```text
|