Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ print(scores)
|
|
60 |
|
61 |
## ONNX Conversion Script
|
62 |
|
63 |
-
To use `optimum-cli`, `ColPaliForRetrieval` in transformers should be mapped in `AutoModel`, but currently is not. So I just sticked to this script.
|
64 |
|
65 |
```python
|
66 |
from pathlib import Path
|
|
|
60 |
|
61 |
## ONNX Conversion Script
|
62 |
|
63 |
+
To use `optimum-cli`, `ColPaliForRetrieval` in transformers should be mapped in `AutoModel`, but currently is not. So I just sticked to this script, which is based on the official [guide](https://huggingface.co/docs/optimum/en/exporters/onnx/usage_guides/contribute#exporting-the-model) from huggingface.
|
64 |
|
65 |
```python
|
66 |
from pathlib import Path
|