Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,8 @@ version.
|
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
-
```
|
|
|
|
| 19 |
# pip install "optimum[onnxruntime-gpu]" transformers
|
| 20 |
|
| 21 |
from optimum.onnxruntime import ORTModelForFeatureExtraction
|
|
|
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
+
```python
|
| 19 |
+
|
| 20 |
# pip install "optimum[onnxruntime-gpu]" transformers
|
| 21 |
|
| 22 |
from optimum.onnxruntime import ORTModelForFeatureExtraction
|