BLGS commited on
Commit
45e4585
·
verified ·
1 Parent(s): fe1da60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ You can deploy SmallThinker with offloading support using [PowerInfer](https://g
64
 
65
  ### Transformers
66
 
67
- The latest version of `transformers` is recommended or `transformers>=4.53.3` is required.
68
  The following contains a code snippet illustrating how to use the model generate content based on given inputs.
69
 
70
  ```python
 
64
 
65
  ### Transformers
66
 
67
+ The latest version of `transformers` is recommended or `transformers==4.53.3` is required.
68
  The following contains a code snippet illustrating how to use the model generate content based on given inputs.
69
 
70
  ```python