Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: mit
|
|
3 |
---
|
4 |
This is the ONNX variant of the [bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) model for embeddings created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
5 |
|
6 |
-
|
7 |
|
8 |
```bash
|
9 |
pip install git+https://github.com/neuralmagic/optimum-deepsparse.git
|
|
|
3 |
---
|
4 |
This is the ONNX variant of the [bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) model for embeddings created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
5 |
|
6 |
+
For ONNX export, run:
|
7 |
|
8 |
```bash
|
9 |
pip install git+https://github.com/neuralmagic/optimum-deepsparse.git
|