v0.41.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.0 for changelog.
README.md
CHANGED
|
@@ -118,6 +118,7 @@ More details on model performance across various devices, can be found
|
|
| 118 |
|
| 119 |
Install the package via pip:
|
| 120 |
```bash
|
|
|
|
| 121 |
pip install "qai-hub-models[track-anything]" git+https://github.com/ChaoningZhang/MobileSAM@34bbbfd --use-pep517
|
| 122 |
```
|
| 123 |
|
|
|
|
| 118 |
|
| 119 |
Install the package via pip:
|
| 120 |
```bash
|
| 121 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 122 |
pip install "qai-hub-models[track-anything]" git+https://github.com/ChaoningZhang/MobileSAM@34bbbfd --use-pep517
|
| 123 |
```
|
| 124 |
|