Text Generation
Transformers
Safetensors
llama
code
granite
conversational
Eval Results
text-generation-inference
mayank-mishra commited on
Commit
08e1cf6
1 Parent(s): aa8e453

add warning

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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