mayank-mishra commited on
Commit
6e2aaa0
1 Parent(s): 99b32ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -237,16 +237,6 @@ model-index:
237
  - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
238
 
239
  ## Usage
240
- > [!WARNING]
241
- > **You need to build transformers from source to use this model correctly.**
242
- > Relevant PR: https://github.com/huggingface/transformers/pull/30031
243
- > ```shell
244
- > git clone https://github.com/huggingface/transformers
245
- > cd transformers/
246
- > pip install ./
247
- > cd ..
248
- > ```
249
-
250
  ### Intended use
251
  Prominent enterprise use cases of LLMs in software engineering productivity include code generation, code explanation, code fixing, generating unit tests, generating documentation, addressing technical debt issues, vulnerability detection, code translation, and more. All Granite Code Base models, including the **3B parameter model**, are able to handle these tasks as they were trained on a large amount of code data from 116 programming languages.
252
 
 
237
  - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
238
 
239
  ## Usage
 
 
 
 
 
 
 
 
 
 
240
  ### Intended use
241
  Prominent enterprise use cases of LLMs in software engineering productivity include code generation, code explanation, code fixing, generating unit tests, generating documentation, addressing technical debt issues, vulnerability detection, code translation, and more. All Granite Code Base models, including the **3B parameter model**, are able to handle these tasks as they were trained on a large amount of code data from 116 programming languages.
242