helenai commited on
Commit
2a7fb00
1 Parent(s): 936656b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -11,6 +11,7 @@ This is the [ibm-granite/granite-8b-code-instruct](https://huggingface.co/ibm-gr
11
 
12
  An example of how to do inference on this model:
13
  ```python
 
14
  from transformers import AutoTokenizer
15
  from optimum.intel import OVModelForCausalLM
16
 
 
11
 
12
  An example of how to do inference on this model:
13
  ```python
14
+ # pip install optimum[openvino]
15
  from transformers import AutoTokenizer
16
  from optimum.intel import OVModelForCausalLM
17