Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
---
|
8 |
This is the ONNX variant of the [bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) embeddings model created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
9 |
|
10 |
-
|
11 |
|
12 |
```bash
|
13 |
pip install git+https://github.com/neuralmagic/optimum-deepsparse.git
|
|
|
7 |
---
|
8 |
This is the ONNX variant of the [bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) embeddings model created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
9 |
|
10 |
+
To replicate ONNX export, run:
|
11 |
|
12 |
```bash
|
13 |
pip install git+https://github.com/neuralmagic/optimum-deepsparse.git
|