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

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
+ `transformers==4.53.3` is required, we are actively working to support the latest version.
68
  The following contains a code snippet illustrating how to use the model generate content based on given inputs.
69
 
70
  ```python