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