liaojc commited on
Commit
205dcd3
·
verified ·
1 Parent(s): 78eb19e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -98,6 +98,8 @@ python -m fastdeploy.entrypoints.openai.api_server \
98
 
99
  ### Using `transformers` library
100
 
 
 
101
  The following contains a code snippet illustrating how to use the model generate content based on given inputs.
102
 
103
  ```python
 
98
 
99
  ### Using `transformers` library
100
 
101
+ **Note**: Before using the model, please ensure you have the `transformers` library installed (version 4.50.0 or higher)
102
+
103
  The following contains a code snippet illustrating how to use the model generate content based on given inputs.
104
 
105
  ```python