BLGS commited on
Commit
80a315d
·
verified ·
1 Parent(s): b749512

Update README.md

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