Update README.md
Browse files
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
|