add warning
Browse files
README.md
CHANGED
|
@@ -214,6 +214,15 @@ for Code Intelligence](https://)
|
|
| 214 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 215 |
|
| 216 |
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 217 |
### Intended use
|
| 218 |
The model is designed to respond to coding related instructions and can be used to build coding assitants.
|
| 219 |
|
|
|
|
| 214 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 215 |
|
| 216 |
## Usage
|
| 217 |
+
> [!WARNING]
|
| 218 |
+
> **You need to build transformers from source to use this model correctly.**
|
| 219 |
+
> ```shell
|
| 220 |
+
> git clone https://github.com/huggingface/transformers
|
| 221 |
+
> cd transformers/
|
| 222 |
+
> pip install ./
|
| 223 |
+
> cd ..
|
| 224 |
+
> ```
|
| 225 |
+
|
| 226 |
### Intended use
|
| 227 |
The model is designed to respond to coding related instructions and can be used to build coding assitants.
|
| 228 |
|