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