v0.34.3
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.34.3 for changelog.
- README.md +1 -1
- sdk_versions.yml +9 -0
README.md
CHANGED
@@ -106,7 +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[hrnet-pose]" torch==2.4.1 -f https://download.openmmlab.com/mmcv/dist/cpu/torch2.4/index.html -f https://qaihub-public-python-wheels.s3.us-west-2.amazonaws.com/index.html
|
110 |
```
|
111 |
|
112 |
|
|
|
106 |
|
107 |
Install the package via pip:
|
108 |
```bash
|
109 |
+
pip install "qai-hub-models[hrnet-pose]" torch==2.4.1 --trusted-host download.openmmlab.com -f https://download.openmmlab.com/mmcv/dist/cpu/torch2.4/index.html -f https://qaihub-public-python-wheels.s3.us-west-2.amazonaws.com/index.html
|
110 |
```
|
111 |
|
112 |
|
sdk_versions.yml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sdk_versions:
|
2 |
+
tflite:
|
3 |
+
qairt: 2.34.2.250528164111_119506
|
4 |
+
tflite: 2.17.0
|
5 |
+
qnn_dlc:
|
6 |
+
qairt: 2.34.2.250528164111_119506
|
7 |
+
onnx:
|
8 |
+
qairt: 2.34.2.250528164111_119506
|
9 |
+
onnx_runtime: 1.22.0
|