v0.41.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.0 for changelog.
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
library_name: pytorch
|
| 3 |
license: other
|
| 4 |
tags:
|
|
|
|
| 5 |
- android
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
|
|
@@ -53,6 +54,7 @@ More details on model performance across various devices, can be found
|
|
| 53 |
|
| 54 |
Install the package via pip:
|
| 55 |
```bash
|
|
|
|
| 56 |
pip install "qai-hub-models[nasnet]"
|
| 57 |
```
|
| 58 |
|
|
|
|
| 2 |
library_name: pytorch
|
| 3 |
license: other
|
| 4 |
tags:
|
| 5 |
+
- bu_auto
|
| 6 |
- android
|
| 7 |
pipeline_tag: image-classification
|
| 8 |
|
|
|
|
| 54 |
|
| 55 |
Install the package via pip:
|
| 56 |
```bash
|
| 57 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 58 |
pip install "qai-hub-models[nasnet]"
|
| 59 |
```
|
| 60 |
|