v0.41.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.0 for changelog.
README.md
CHANGED
|
@@ -106,6 +106,7 @@ More details on model performance across various devices, can be found
|
|
| 106 |
|
| 107 |
Install the package via pip:
|
| 108 |
```bash
|
|
|
|
| 109 |
pip install "qai-hub-models[trocr]"
|
| 110 |
```
|
| 111 |
|
|
|
|
| 106 |
|
| 107 |
Install the package via pip:
|
| 108 |
```bash
|
| 109 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 110 |
pip install "qai-hub-models[trocr]"
|
| 111 |
```
|
| 112 |
|