v0.41.2
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.2 for changelog.
README.md
CHANGED
|
@@ -58,6 +58,7 @@ More details on model performance across various devices, can be found
|
|
| 58 |
|
| 59 |
Install the package via pip:
|
| 60 |
```bash
|
|
|
|
| 61 |
pip install "qai-hub-models[fomm]"
|
| 62 |
```
|
| 63 |
|
|
|
|
| 58 |
|
| 59 |
Install the package via pip:
|
| 60 |
```bash
|
| 61 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 62 |
pip install "qai-hub-models[fomm]"
|
| 63 |
```
|
| 64 |
|